mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-29 07:24:08 -04:00
#1668: 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:
parent
54de8482f1
commit
fe66b6e960
1 changed files with 1 additions and 1 deletions
|
@ -43,11 +43,11 @@
|
||||||
|
|
||||||
.form
|
.form
|
||||||
.form-group.select-group
|
.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
|
label.control-label(for="option-code-language", data-i18n="choose_hero.programming_language") Programming Language
|
||||||
select#option-code-language(name="code-language")
|
select#option-code-language(name="code-language")
|
||||||
for option in codeLanguages
|
for option in codeLanguages
|
||||||
option(value=option.id, selected=codeLanguage === option.id)= option.name
|
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
|
if level
|
||||||
.form-group.select-group
|
.form-group.select-group
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue