codecombat/app/templates/achievement_notify.jade
2014-06-02 20:33:01 +02:00

12 lines
No EOL
478 B
Text

div
div.clearfix.achievement-body
div.achievement-image(data-notify-html="image")
div.achievement-content
div.achievement-title(data-notify-html="title")
div.achievement-description(data-notify-html="description")
div.achievement-progress
div.achievement-message(data-notify-html="message")
div.progress-wrapper
div.earned-exp(data-notify-html="earnedExp")
div.progress-bar-wrapper(data-notify-html="progressBar")