views/index.slim in genevalidatorapp-2.1.4 vs views/index.slim in genevalidatorapp-2.1.5

- old
+ new

@@ -8,13 +8,17 @@ - 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 textarea#seq.form-control autofocus="" name="seq" placeholder="Paste your sequence(s) here..." rows="10" spellcheck="false" .clearfix - button#adv_params_btn.btn.btn-primary type="button" onclick="changeAdvParamsBtnText()" - i.fa.fa-pencil-square-o - | &nbsp;&nbsp;Show Advanced Parameters + .form-group + button#input_btn.btn.btn-lg.btn-primary type="submit" value="input" + i.fa.fa-search + | &nbsp;&nbsp;Analyse Sequences + button#adv_params_btn.btn.btn-primary type="button" onclick="changeAdvParamsBtnText()" + i.fa.fa-pencil-square-o + | &nbsp;&nbsp;Show Advanced Parameters .clearfix #adv_params.collapse .form-group.form-inline#validations_group br/ label.control-label Advanced Parameters: Validations Types @@ -42,14 +46,9 @@ <input type="radio" name="database" value="#{@default_db.title.chomp}" checked=""> #{@default_db.title.chomp} - unless @non_default_dbs.empty? - @non_default_dbs.each do |db| label.radio-inline.no_indent.col-xs-12 <input type="radio" name="database" value="#{db.title.chomp}"> #{db.title.chomp} - .clearfix - .form-group - button#input_btn.btn.btn-lg.btn-primary type="submit" value="input" - i.fa.fa-search - | &nbsp;&nbsp;Analyse Sequences .clearfix .show_examples_text span a#protein_example onclick="examplarSequence('protein')" | Show a protein example \ No newline at end of file