mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 14:03:28 -04:00
Course UI - bold enrolled marker on course tiles
This commit is contained in:
parent
b53e4707d8
commit
4ef6d471ee
1 changed files with 3 additions and 1 deletions
|
@ -67,7 +67,9 @@ mixin course-block(course, courseID)
|
|||
.col-md-6
|
||||
.well.panel.course-panel(class=course.unlocked ? 'panel-success' : 'panel-info')
|
||||
.panel-heading
|
||||
.panel-title #{course.title} #{course.unlocked ? '(enrolled)' : ''}
|
||||
.panel-title
|
||||
span.spr #{course.title}
|
||||
strong #{course.unlocked ? '[ enrolled ]' : ''}
|
||||
.panel-body
|
||||
strong Topics
|
||||
ul
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue