Inactive organisations are now greyed out. Refs #25
This commit is contained in:
parent
099794cc9e
commit
f2f489aea8
@ -47,3 +47,6 @@ body.orgas.show main
|
||||
min-width: 30em
|
||||
+inline-block()
|
||||
vertical-align: top
|
||||
|
||||
table tr.inactive
|
||||
color: gray
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%tbody
|
||||
- @orgas.each do |orga|
|
||||
%tr
|
||||
%tr{ class: orga.active ? 'active' : 'inactive' }
|
||||
%td
|
||||
- if orga.kind
|
||||
%em.fa{ class: "fa-#{orga.kind.icon}",
|
||||
|
Loading…
Reference in New Issue
Block a user