: moved the question above the dropdown

moved the question ‘which programming do you want to use?’ above the
programming language dropdown.
This commit is contained in:
yjw9012 2014-10-16 21:39:59 -07:00
parent 54de8482f1
commit fe66b6e960

View file

@ -43,11 +43,11 @@
.form
.form-group.select-group
span.help-block(data-i18n="choose_hero.programming_language_description") Which programming language do you want to use?
label.control-label(for="option-code-language", data-i18n="choose_hero.programming_language") Programming Language
select#option-code-language(name="code-language")
for option in codeLanguages
option(value=option.id, selected=codeLanguage === option.id)= option.name
span.help-block(data-i18n="choose_hero.programming_language_description") Which programming language do you want to use?
if level
.form-group.select-group