Fixed broken links in tasks-module. Translated some views into german.
This commit is contained in:
parent
85eb27079f
commit
96442477d1
24 changed files with 141 additions and 274 deletions
|
|
@ -1,11 +1,11 @@
|
|||
- title _('Task archive')
|
||||
- title "Aufgabenarchiv"
|
||||
= render :partial => "nav"
|
||||
|
||||
%table{:style => "width: 76%"}
|
||||
%tr
|
||||
%th=_ 'Due date'
|
||||
%th=_ 'Subject'
|
||||
%th=_ 'Responsible people'
|
||||
%th Fälligkeitsdatum
|
||||
%th Betreff
|
||||
%th Verantwortliche Menschen
|
||||
%th
|
||||
- for task in @tasks
|
||||
%tr{:class => cycle('even','odd')}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue