Delete pop menu for sign_out, also count dossiers on user side
This commit is contained in:
parent
3153eeaf01
commit
5915a2b7d5
2 changed files with 1 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
%div#first-block
|
||||
%div.en-cours
|
||||
= dossier_count = @dossiers_list_facade.dossiers_to_display.count
|
||||
= dossier_count = current_user.dossiers.count
|
||||
= ("Dossier".pluralize(dossier_count)).upcase
|
||||
%br
|
||||
= "EN COURS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue