Starting with dossiers#show as User
This commit is contained in:
parent
e4f63f366e
commit
6b1c7b15ee
4 changed files with 11 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
%div#first-block
|
||||
%div
|
||||
=@facade_data_view.total_dossier
|
||||
= @facade_data_view.total_dossier
|
||||
DOSSIERS EN COURS
|
||||
%div
|
||||
=@facade_data_view.total_new_dossier
|
||||
= @facade_data_view.total_new_dossier
|
||||
NOUVEAUX DOSSIERS
|
||||
|
||||
%div#action-block
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
%div#first-block
|
||||
%div.en-cours
|
||||
= @dossiers.count
|
||||
DOSSIERS EN COURS
|
||||
|
||||
%div#action-block
|
||||
|
||||
%div#menu-block
|
||||
%div.split-hr-left
|
||||
#procedure_list
|
||||
%a{:href => "#{url_for users_dossiers_path(liste: 'brouillon')}", 'data-toggle' => :tooltip, title: 'Les dossiers jamais proposés à la relecture.'}
|
||||
%div.procedure_list_element{ class: @dossiers_list_facade.brouillon_class }
|
||||
|
@ -39,6 +43,7 @@
|
|||
= "Invitation"
|
||||
.badge.progress-bar-warning
|
||||
= @dossiers_list_facade.invite_total
|
||||
%div.split-hr-left
|
||||
|
||||
|
||||
%div#infos-block
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue