Created
August 22, 2013 07:44
-
-
Save kmelkon/6304220 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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