Changed some spr and spl...

... in add-thang-components-modal.jade
This commit is contained in:
Imperadeiro98 2015-04-23 20:58:57 +01:00
parent fb63b0b240
commit f4ecdfeb98

View file

@ -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]