Renamed type field to syntax

This commit is contained in:
Gregory Eremin
2013-07-11 02:16:26 +07:00
parent 999509d17f
commit 2107e76df7
4 changed files with 14 additions and 14 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
form action="/" method="post" accept-charset="UTF-8"
textarea name="contents"
input id="type-input" type="hidden" name="type" value=""
div id="type" class="wrapper-dropdown" tabindex="1"
input id="syntax-input" type="hidden" name="syntax" value=""
div id="syntax-selector" class="wrapper-dropdown" tabindex="1"
span Syntax
ul.dropdown
li.selected data-value="" Plain Text
- for code, name in @lexers
- for code, name in @syntaxes
li data-value=code =name
input type="submit" value="Save"
a href="#" role="submit" Save