mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 10:06:08 -05:00
16 lines
597 B
Text
16 lines
597 B
Text
div
|
|
- var addedClass = notifyClass + (locked === true ? ' locked' : '')
|
|
.clearfix.achievement-body(class=addedClass)
|
|
.achievement-icon
|
|
.achievement-image(data-notify-html="image")
|
|
if imgURL
|
|
img(src=imgURL)
|
|
.achievement-content
|
|
.achievement-title(data-notify-html="title") #{title}
|
|
p.achievement-description(data-notify-html="description") #{description}
|
|
|
|
if popup
|
|
.progress-wrapper
|
|
span.user-level.badge(data-notify-html="level")
|
|
.progress-bar-wrapper(data-notify-html="progressBar")
|
|
.progress-bar-border
|