finish shared i18n
This commit is contained in:
parent
e06524ca37
commit
28c66642f5
11 changed files with 120 additions and 54 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.well.well-small
|
||||
%h4 Mitglieder der Gruppen
|
||||
%h4= t '.title'
|
||||
#groupMembers.accordion
|
||||
- Workgroup.all.each do |workgroup|
|
||||
.accordion-group
|
||||
|
|
@ -11,4 +11,4 @@
|
|||
- workgroup.users.includes(:groups).order('nick').each do |user|
|
||||
%li
|
||||
= user.nick
|
||||
%small (#{user.ordergroup.try(:name)})
|
||||
%small (#{user.ordergroup.try(:name)})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue