Created
August 17, 2012 15:36
-
-
Save daz-codes/3379976 to your computer and use it in GitHub Desktop.
Revisions
-
daz-codes created this gist
Aug 17, 2012 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,25 @@ @@new form action="/riddle" method="POST" label for="title" Title input#title name="riddle[title]" value="#{@riddle.title}" select name="riddle[html_engine]" option value="markdown" HTML option value="markdown" MARKDOWN option value="textile" TEXTILE option value="haml" HAML option value="slim" SLIM option value="erb" ERB option value="liquid" LIQUID option value="markaby" MARKABY textarea#html cols=60 rows=10 name="riddle[html]"[email protected] select name="riddle[css_engine]" option value="css" CSS option value="scss" SCSS option value="sass" SASS option value="less" LESS textarea#css cols=60 rows=10 name="riddle[css]"[email protected] select name="riddle[js_engine]" option value="javascript" JAVASCRIPT option value="coffee" COFFEESCRIPT textarea#js cols=60 rows=10 name="riddle[js]"[email protected] input.button type="submit" value="Save Riddle"