Created
December 12, 2012 00:40
-
-
Save ruprict/4263817 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 id="create_form" class="one-third column alpha" data-bind="submit: createNewLink"> | |
<!-- ko with: newLink --> | |
<p> | |
<label for="link_url">Link:</label> | |
<input type="text" name="link[url]" id="link_url" data-bind="value: url"/> | |
</p> | |
<p> | |
<label for="description">Description:</label> | |
<input type="text" name="link[description]" id="link_description" data-bind="value: description"/> | |
</p> | |
<!-- /ko --> | |
<input type="submit" value="Add"/> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment