mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 14:03:28 -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
|
||||
= level.get('name')
|
||||
= level.get('name').replace('Course: ', '')
|
||||
a.play-level-button.btn.btn-lg.btn-primary
|
||||
span(data-i18n="courses.play_level")
|
||||
.clearfix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue