Created
August 17, 2012 15:34
-
-
Save daz-codes/3379944 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
@@new | |
form action="/riddle" method="POST" | |
label for="title" Title | |
input#title name="riddle[title]" value="#{@riddle.title}" | |
label for="html" HTML | |
textarea#html cols=60 rows=10 name="riddle[html]"[email protected] | |
label for="css" CSS | |
textarea#css cols=60 rows=10 name="riddle[css]"[email protected] | |
label for="js" JS | |
textarea#js cols=60 rows=10 name="riddle[js]"[email protected] | |
input.button type="submit" value="Save" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment