Skip to content

Instantly share code, notes, and snippets.

@kmelkon
Created August 22, 2013 07:44
Show Gist options
  • Save kmelkon/6304220 to your computer and use it in GitHub Desktop.
Save kmelkon/6304220 to your computer and use it in GitHub Desktop.
<form accept-charset="UTF-8" action="deal_status" class="deals_status" data-remote="true" id="deal22" method="post"><div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓"><input name="authenticity_token" type="hidden" value="Nhflt/o9HdfsWXpsSaKddd5yvItOsGtDoFD5N/Rbfns="></div>
<input id="deal_id" name="deal_id" type="hidden" value="22">
<input id="state_won" name="state" type="radio" value="won">
<label for="state_won">Won</label>
<input checked="checked" id="state_lost" name="state" type="radio" value="lost">
<label for="state_lost">Lost</label>
<input id="state_pending" name="state" type="radio" value="pending">
<label for="state_pending">Pending</label>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment