Created
May 16, 2013 09:32
-
-
Save jamiehodge/5590573 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 method='post' action=url(record) | |
fieldset | |
input name='_method' type='hidden' value='link' | |
p | |
input name='link[rel]' type='hidden' value=rel | |
input name='link[id]' type='text' required=true | |
p | |
input type='submit' value='add' |
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 method='post' action=url(record) | |
fieldset | |
input name='_method' type='hidden' value='unlink' | |
input name='link[id]' type='hidden' value=id | |
input name='link[rel]' type='hidden' value=rel | |
p | |
input type='submit' value='remove' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment