Skip to content

Instantly share code, notes, and snippets.

@daz4126
Created August 17, 2012 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daz4126/3379944 to your computer and use it in GitHub Desktop.
Save daz4126/3379944 to your computer and use it in GitHub Desktop.
@@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]"=@riddle.html
label for="css" CSS
textarea#css cols=60 rows=10 name="riddle[css]"=@riddle.css
label for="js" JS
textarea#js cols=60 rows=10 name="riddle[js]"=@riddle.js
input.button type="submit" value="Save"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment