views/index.slim in genevalidatorapp-2.1.5 vs views/index.slim in genevalidatorapp-2.1.6
- old
+ new
@@ -1,9 +1,9 @@
section#search
h1.page-header
span GeneValidator
span.small Identify problems with gene predictions
- form#input action="#{uri('/')}" method="POST"
+ form#input action="/" method="POST"
.form-group#input_seq_group
label.control-label.input_seq-label for="seq" Input Sequences:
- if @max_characters != 'undefined'
textarea#seq.form-control autofocus="" name="seq" placeholder="Paste your sequence(s) here..." rows="10" spellcheck="false" data-maxCharacters="#{@max_characters}"
- else
\ No newline at end of file