summaryrefslogtreecommitdiff
path: root/app/views/page/index.de.html.haml
blob: 29283196541642d48b00df3c35c34615094785fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
- title "Gemeinschaft #{GEMEINSCHAFT_VERSION}"

%div
  %h3 Aktueller Mandant
  - if current_user && current_user.current_tenant
    %strong= current_user.current_tenant
  - else
    %strong= "(none)"

%div
  %h3 Aktuelle Gruppenzugehörigkeiten
  %ul
    - (current_user.try(:user_groups) || []).each do |group|
      %li
        %strong= "#{group.name}"
        = "(aus Mandant: %s)" % group.tenant