2c1952d625
* Reorganized routes and foodsoft config * Avoid saving of wrong foodcoop tokens when following hard coded link
27 lines
No EOL
585 B
Text
27 lines
No EOL
585 B
Text
- title "Meine Aufgaben"
|
|
= render :partial => "nav"
|
|
|
|
- @tasks = @unaccepted_tasks
|
|
- unless @tasks.empty?
|
|
.left_column{:style => "width:75%"}
|
|
.box_title
|
|
%h2 Offene Aufgaben
|
|
.column_content
|
|
= render :partial => "list"
|
|
|
|
|
|
.left_column{:style => "width:75%"}
|
|
.box_title
|
|
%h2 Anstehende Aufgaben
|
|
.column_content
|
|
- @tasks = @accepted_tasks
|
|
- unless @tasks.empty?
|
|
= render :partial => "list"
|
|
- else
|
|
Nichts zu tun?
|
|
= link_to "Hier", :action => "index"
|
|
gibt es bestimmt Arbeit.
|
|
%br/
|
|
= link_to_top
|
|
|
|
|