Starting with dossiers#show as User

This commit is contained in:
JC 2016-12-02 12:05:50 +01:00
parent e4f63f366e
commit 6b1c7b15ee
4 changed files with 11 additions and 3 deletions

View file

@ -45,7 +45,7 @@ h5 span {
#procedure_list { #procedure_list {
margin-left: -10px; margin-left: -10px;
overflow: scroll; overflow: scroll;
margin-top: 10px; margin-top: 20px;
a, a:hover { a, a:hover {
color: #FFFFFF; color: #FFFFFF;
text-decoration: none; text-decoration: none;

View file

@ -16,6 +16,9 @@
.infos { .infos {
margin-bottom: 20px; margin-bottom: 20px;
} }
.en-cours {
margin-top: 20px;
}
} }
#action-block { #action-block {
margin-right: 10px; margin-right: 10px;

View file

@ -1,9 +1,9 @@
%div#first-block %div#first-block
%div %div
=@facade_data_view.total_dossier = @facade_data_view.total_dossier
DOSSIERS EN COURS DOSSIERS EN COURS
%div %div
=@facade_data_view.total_new_dossier = @facade_data_view.total_new_dossier
NOUVEAUX DOSSIERS NOUVEAUX DOSSIERS
%div#action-block %div#action-block

View file

@ -1,8 +1,12 @@
%div#first-block %div#first-block
%div.en-cours
= @dossiers.count
DOSSIERS EN COURS
%div#action-block %div#action-block
%div#menu-block %div#menu-block
%div.split-hr-left
#procedure_list #procedure_list
%a{:href => "#{url_for users_dossiers_path(liste: 'brouillon')}", 'data-toggle' => :tooltip, title: 'Les dossiers jamais proposés à la relecture.'} %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 } %div.procedure_list_element{ class: @dossiers_list_facade.brouillon_class }
@ -39,6 +43,7 @@
= "Invitation" = "Invitation"
.badge.progress-bar-warning .badge.progress-bar-warning
= @dossiers_list_facade.invite_total = @dossiers_list_facade.invite_total
%div.split-hr-left
%div#infos-block %div#infos-block