Reworked en-cours css for dossiers#index user side, counting exact 'en cours' dossiers
This commit is contained in:
parent
cc532f74f9
commit
1449a1dc19
2 changed files with 8 additions and 2 deletions
|
@ -19,6 +19,10 @@
|
|||
}
|
||||
.en-cours {
|
||||
margin-top: 20px;
|
||||
font-size: 25px;
|
||||
line-height: initial;
|
||||
text-align: center;
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
#action-block {
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
%div#first-block
|
||||
%div.en-cours
|
||||
= @dossiers.count
|
||||
DOSSIERS EN COURS
|
||||
= dossier_count = @dossiers_list_facade.dossiers_to_display.count
|
||||
= ("Dossier".pluralize(dossier_count)).upcase
|
||||
%br
|
||||
= "EN COURS"
|
||||
|
||||
%div#action-block
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue