1
0
mirror of https://gitlab.com/Deukhoofd/BattleSim.git synced 2025-09-02 08:57:19 +00:00
BattleSim/client/views/modals/achievements.jade
2016-02-01 23:19:30 +01:00

11 lines
375 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#achievements-modal.modal.hide
.modal-header
button.close(type="button", data-dismiss="modal", aria-hidden="true") ×
h3 Achievements Earned
.modal-body
for achievement in achievements
.achievement.clearfix
img(src=window.AchievementSprite(achievement))
.achievement-info
h2= achievement.name
p= achievement.condition