Replaced IndexController by Home- and FoodcoopController. Some reorganizing in groups/memberships-logic (moved memberships out of admin-namespace).
This commit is contained in:
parent
fadc951208
commit
6ce6c2c75a
70 changed files with 553 additions and 934 deletions
|
|
@ -19,8 +19,8 @@
|
|||
%tr
|
||||
%td=_ 'Group'
|
||||
%td
|
||||
- if @task.group
|
||||
= link_to @task.group.name, :action => "workgroup", :id => @task.group
|
||||
- if @task.workgroup
|
||||
= link_to @task.workgroup.name, :action => "workgroup", :id => @task.workgroup
|
||||
|
||||
%tr
|
||||
%td{:colspan => "2"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue