Correct typos

This commit is contained in:
Berkeley Martinez
2015-11-24 14:24:26 -08:00
parent ce37991c50
commit 9532a80f26
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@ extends ../layout-wide
block content
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/theme/monokai.css')
link(rel='stylesheet', href='/bower_components/CodeMirror/theme/monokai.css')
link(rel='stylesheet', href='/css/ubuntu.css')
.row.courseware-height
.col-md-3.col-lg-3

View File

@ -1,8 +1,8 @@
extends ../layout-wide
block content
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/theme/monokai.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/theme/monokai.css')
link(rel='stylesheet', href='/css/ubuntu.css')
.row(ng-controller="pairedWithController")
.col-md-4.col-lg-3

View File

@ -52,4 +52,4 @@ block content
common.isFrontEndCert = !{JSON.stringify(isFrontEndCert || false)};
common.isFullStackCert = !{JSON.stringify(isFullStackCert || false)};
common.challengeSeed = !{JSON.stringify(challengeSeed || [])};
include ..partials/challenge-footer
include ../partials/challenge-footer