This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
phone_app/app/views/admin/i_tasks/_results.html.haml
2021-08-23 10:26:02 +02:00

33 lines
500 B
Plaintext

.qi_row
-@i_tasks.order("i_tasks.end_at ASC").group("i_tasks.end_at").each do |ech|
-if ech.end_at
%p{:style => "margin-top:20px;"}
%strong=l ech.end_at if ech.end_at
=render @i_tasks.where(:end_at => ech.end_at).order("end_at ASC, done DESC")
-we = @i_tasks.where(:end_at => nil).order("end_at ASC, done DESC")
-if we.count > 0
%p{:style => "margin-top:20px;"}
%strong Sans échéances
=render we
%br
%br
%br
%br
%br
%br
%br
%br
%br