This commit is contained in:
Nicolas Bally 2019-05-22 13:40:19 +02:00
parent b1f625d291
commit ab6d2b7d95
2 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@
}
.i_task_row{
margin:2px 0;
margin:10px 0;
padding:0px 0;
.qi_pannel.padding{

View File

@ -8,14 +8,14 @@
-if ech.end_at
%p{:style => "margin-top:30px;"}
%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")
%p{:style => "margin-top:30px;"}
%p{:style => "margin-top:20px;"}
%strong Sans échéances
=render @i_tasks.where(:end_at => nil).order("end_at ASC, done DESC")