Delete pop menu for sign_out, also count dossiers on user side

This commit is contained in:
JC 2016-12-07 16:27:43 +01:00
parent 3153eeaf01
commit 5915a2b7d5
2 changed files with 1 additions and 9 deletions

View file

@ -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"