finish shared i18n

This commit is contained in:
wvengen 2013-02-08 19:16:06 +01:00
parent e06524ca37
commit 28c66642f5
11 changed files with 120 additions and 54 deletions

View file

@ -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)})