suite
This commit is contained in:
parent
b1f625d291
commit
ab6d2b7d95
@ -53,7 +53,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.i_task_row{
|
.i_task_row{
|
||||||
margin:2px 0;
|
margin:10px 0;
|
||||||
padding:0px 0;
|
padding:0px 0;
|
||||||
|
|
||||||
.qi_pannel.padding{
|
.qi_pannel.padding{
|
||||||
|
@ -8,14 +8,14 @@
|
|||||||
|
|
||||||
-if ech.end_at
|
-if ech.end_at
|
||||||
|
|
||||||
%p{:style => "margin-top:30px;"}
|
%p{:style => "margin-top:20px;"}
|
||||||
%strong=l ech.end_at if ech.end_at
|
%strong=l ech.end_at if ech.end_at
|
||||||
|
|
||||||
=render @i_tasks.where(:end_at => ech.end_at).order("end_at ASC, done DESC")
|
=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
|
%strong Sans échéances
|
||||||
|
|
||||||
=render @i_tasks.where(:end_at => nil).order("end_at ASC, done DESC")
|
=render @i_tasks.where(:end_at => nil).order("end_at ASC, done DESC")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user