mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
11 lines
228 B
Text
11 lines
228 B
Text
.prop(name="#{prop}")
|
|
if hasIcon
|
|
img.prop-label(src="/images/level/prop_#{prop}.png", alt="#{prop}")
|
|
else
|
|
span.prop-label #{prop}:
|
|
|
|
if hasBar
|
|
span.prop-value.bar-prop
|
|
.bar
|
|
else
|
|
span.prop-value
|