split locales into directory, and load from there
This commit is contained in:
parent
afda844380
commit
e0b781fca6
5 changed files with 6 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
.well.well-small
|
||||
%h3 Direkt zu ...
|
||||
%h3= t('home.start_nav.title')
|
||||
%ul.nav.nav-list
|
||||
%li.nav-header Foodcoop
|
||||
%li= link_to "Mitglieder", foodcoop_users_path
|
||||
|
|
@ -31,4 +31,4 @@
|
|||
- if @current_user.role_admin?
|
||||
%li.nav-header Administration
|
||||
%li= link_to "Neue Bestellgruppe", new_admin_ordergroup_path
|
||||
%li= link_to "Neues Mitglied", new_admin_user_path
|
||||
%li= link_to "Neues Mitglied", new_admin_user_path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue