Layout improvements to bonfire challenges view
This commit is contained in:
@ -22,12 +22,12 @@ block content
|
|||||||
.panel.panel-primary.panel-bonfire
|
.panel.panel-primary.panel-bonfire
|
||||||
.panel-heading.text-center #{name} (Level #{difficulty} bonfire)
|
.panel-heading.text-center #{name} (Level #{difficulty} bonfire)
|
||||||
.panel.panel-body
|
.panel.panel-body
|
||||||
form.code
|
h4 Details
|
||||||
h3 Details
|
|
||||||
h5
|
h5
|
||||||
ol
|
ol
|
||||||
for sentence in description
|
for sentence in description
|
||||||
li!= sentence
|
li!= sentence
|
||||||
|
form.code
|
||||||
.form-group.codeMirrorView
|
.form-group.codeMirrorView
|
||||||
textarea#codeEditor(autofocus=true)
|
textarea#codeEditor(autofocus=true)
|
||||||
#testCreatePanel.col-sm-12.col-md-5.col-xs-12
|
#testCreatePanel.col-sm-12.col-md-5.col-xs-12
|
||||||
|
Reference in New Issue
Block a user