Fixed and refactored foodcoop/workgroups.

This commit is contained in:
benni 2011-05-16 00:34:43 +02:00
parent c87ead8da9
commit 06f2cc2007
6 changed files with 54 additions and 23 deletions

View file

@ -201,12 +201,20 @@ de:
labels:
password: 'Passwort'
description: 'Beschreibung'
workgroup: 'Arbeitsgruppe'
workgroup:
weekly_task: 'Monatlichen Job definieren?'
weekday: 'Wochentag'
task_name: 'Name für Job'
task_required_users: 'Benötige Verantwortliche'
task_duration: 'Vor. Dauer in Stunden'
task_description: 'Beschreibung'
user_tokens: 'Mitglieder'
task:
duration: 'Dauer'
user_list: 'Verantwortliche'
required_users: 'Anzahl'
due_date: 'Wann erledigen?'
workgroup: 'Arbeitsgruppe'
hints:
task:
duration: 'Wie lange dauert die Aufgabe, 1-3 Stunden'

View file

@ -72,9 +72,7 @@ Foodsoft::Application.routes.draw do
resources :ordergroups, :only => [:index]
resources :workgroups, :only => [:index, :edit, :update] do
get :memberships, :on => :member
end
resources :workgroups, :only => [:index, :edit, :update]
end
########### Article management