mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-01 00:15:00 -04:00
Trim 'Course: ' from course level names
This commit is contained in:
parent
bf6f3f53af
commit
d0251d20bf
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ block content
|
||||||
span.spr
|
span.spr
|
||||||
| .
|
| .
|
||||||
span
|
span
|
||||||
= level.get('name')
|
= level.get('name').replace('Course: ', '')
|
||||||
a.play-level-button.btn.btn-lg.btn-primary
|
a.play-level-button.btn.btn-lg.btn-primary
|
||||||
span(data-i18n="courses.play_level")
|
span(data-i18n="courses.play_level")
|
||||||
.clearfix
|
.clearfix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue