Inactive organisations are now greyed out. Refs #25

This commit is contained in:
echarp 2015-12-27 17:09:07 +01:00
parent 099794cc9e
commit f2f489aea8
2 changed files with 4 additions and 1 deletions

View File

@ -47,3 +47,6 @@ body.orgas.show main
min-width: 30em
+inline-block()
vertical-align: top
table tr.inactive
color: gray

View File

@ -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}",