mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
Changed some spr and spl...
... in add-thang-components-modal.jade
This commit is contained in:
parent
fb63b0b240
commit
f4ecdfeb98
1 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@ block modal-body-content
|
|||
for system in systems
|
||||
li.list-group-item
|
||||
div.item-title(data-toggle="collapse", data-target="##{system}").collapsed
|
||||
span.glyphicon.glyphicon-chevron-down.text-muted
|
||||
span.glyphicon.glyphicon-chevron-up.text-muted
|
||||
a.spl= system
|
||||
span.glyphicon.glyphicon-chevron-down.text-muted.spr
|
||||
span.glyphicon.glyphicon-chevron-up.text-muted.spr
|
||||
a= system
|
||||
span.spl.text-muted= nameLists[system]
|
||||
.collapse-panel.collapse(id=system)
|
||||
for component in components[system]
|
||||
|
|
Loading…
Reference in a new issue