mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
12 lines
260 B
Text
12 lines
260 B
Text
.prop(name="#{prop}")
|
|
if hasIcon
|
|
span(class="prop-label prop-label-icon prop-label-icon-#{prop}")
|
|
else
|
|
span.prop-label #{prop}:
|
|
|
|
if hasBar
|
|
span.prop-value.bar-prop
|
|
.bar
|
|
span.prop-value.bar-prop-value
|
|
else
|
|
span.prop-value
|