Correct typos
This commit is contained in:
@ -2,7 +2,7 @@ extends ../layout-wide
|
|||||||
block content
|
block content
|
||||||
link(rel='stylesheet', href='/bower_components/CodeMirror/lib/codemirror.css')
|
link(rel='stylesheet', href='/bower_components/CodeMirror/lib/codemirror.css')
|
||||||
link(rel='stylesheet', href='/bower_components/CodeMirror/addon/lint/lint.css')
|
link(rel='stylesheet', href='/bower_components/CodeMirror/addon/lint/lint.css')
|
||||||
link(rel='stylesheet', href='/bower_components/Codemirror/theme/monokai.css')
|
link(rel='stylesheet', href='/bower_components/CodeMirror/theme/monokai.css')
|
||||||
link(rel='stylesheet', href='/css/ubuntu.css')
|
link(rel='stylesheet', href='/css/ubuntu.css')
|
||||||
.row.courseware-height
|
.row.courseware-height
|
||||||
.col-md-3.col-lg-3
|
.col-md-3.col-lg-3
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
extends ../layout-wide
|
extends ../layout-wide
|
||||||
block content
|
block content
|
||||||
link(rel='stylesheet', href='/js/lib/codemirror/lib/codemirror.css')
|
link(rel='stylesheet', href='/js/lib/CodeMirror/lib/codemirror.css')
|
||||||
link(rel='stylesheet', href='/js/lib/codemirror/addon/lint/lint.css')
|
link(rel='stylesheet', href='/js/lib/CodeMirror/addon/lint/lint.css')
|
||||||
link(rel='stylesheet', href='/js/lib/codemirror/theme/monokai.css')
|
link(rel='stylesheet', href='/js/lib/CodeMirror/theme/monokai.css')
|
||||||
link(rel='stylesheet', href='/css/ubuntu.css')
|
link(rel='stylesheet', href='/css/ubuntu.css')
|
||||||
.row(ng-controller="pairedWithController")
|
.row(ng-controller="pairedWithController")
|
||||||
.col-md-4.col-lg-3
|
.col-md-4.col-lg-3
|
||||||
|
@ -52,4 +52,4 @@ block content
|
|||||||
common.isFrontEndCert = !{JSON.stringify(isFrontEndCert || false)};
|
common.isFrontEndCert = !{JSON.stringify(isFrontEndCert || false)};
|
||||||
common.isFullStackCert = !{JSON.stringify(isFullStackCert || false)};
|
common.isFullStackCert = !{JSON.stringify(isFullStackCert || false)};
|
||||||
common.challengeSeed = !{JSON.stringify(challengeSeed || [])};
|
common.challengeSeed = !{JSON.stringify(challengeSeed || [])};
|
||||||
include ..partials/challenge-footer
|
include ../partials/challenge-footer
|
||||||
|
Reference in New Issue
Block a user