Starting with dossiers#show as User
This commit is contained in:
parent
e4f63f366e
commit
6b1c7b15ee
4 changed files with 11 additions and 3 deletions
|
@ -45,7 +45,7 @@ h5 span {
|
|||
#procedure_list {
|
||||
margin-left: -10px;
|
||||
overflow: scroll;
|
||||
margin-top: 10px;
|
||||
margin-top: 20px;
|
||||
a, a:hover {
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
|
|
|
@ -16,6 +16,9 @@
|
|||
.infos {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.en-cours {
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
#action-block {
|
||||
margin-right: 10px;
|
||||
|
|
|
@ -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…
Reference in a new issue