Added condition to show renseigner un siret action in dossiers#show
This commit is contained in:
parent
7058fde758
commit
e367cba480
4 changed files with 29 additions and 6 deletions
|
@ -35,13 +35,18 @@
|
|||
color: #FFFFFF;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
.title, .action, .count {
|
||||
cursor: pointer;
|
||||
.title, .title-no-expanse, .action, .count {
|
||||
height: 100%;
|
||||
line-height: 40px;
|
||||
padding: 0px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.title-no-expanse {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.title, .action, .count {
|
||||
cursor: pointer;
|
||||
}
|
||||
.action {
|
||||
background-color: #E45B51;
|
||||
text-align: center;
|
||||
|
|
|
@ -48,6 +48,17 @@
|
|||
%div.new-action
|
||||
ENVOYER UN MESSAGE
|
||||
|
||||
- if @facade.procedure.individual_with_siret
|
||||
.default_data_block
|
||||
%div.row.show-block#infos
|
||||
%div.header
|
||||
%div.col-lg-8.col-md-8.title-no-expanse
|
||||
%div.carret-right
|
||||
INFORMATIONS ENTREPRISE / ASSOCIATION
|
||||
%div.col-lg-4.col-md-4.action
|
||||
%a#add_siret.action{href: users_dossier_add_siret_path(dossier_id: @facade.dossier.id)}
|
||||
= "Renseigner un SIRET"
|
||||
|
||||
- unless @facade.entreprise.nil?
|
||||
.default_data_block
|
||||
%div.row.show-block#infos
|
||||
|
|
|
@ -9,7 +9,3 @@
|
|||
Modifier les documents
|
||||
%br
|
||||
= render partial: 'users/recapitulatif/modal_upload_pj'
|
||||
|
||||
- if @facade.procedure.individual_with_siret
|
||||
%a#add_siret.btn.btn-success{href: users_dossier_add_siret_path(dossier_id: @facade.dossier.id)}
|
||||
= "Renseigner un SIRET"
|
||||
|
|
|
@ -48,6 +48,17 @@
|
|||
%div.new-action
|
||||
ENVOYER UN MESSAGE
|
||||
|
||||
- if @facade.procedure.individual_with_siret
|
||||
.default_data_block
|
||||
%div.row.show-block#infos
|
||||
%div.header
|
||||
%div.col-lg-8.col-md-8.title-no-expanse
|
||||
%div.carret-right
|
||||
INFORMATIONS ENTREPRISE / ASSOCIATION
|
||||
%div.col-lg-4.col-md-4.action
|
||||
%a#add_siret.action{href: users_dossier_add_siret_path(dossier_id: @facade.dossier.id)}
|
||||
= "Renseigner un SIRET"
|
||||
|
||||
- unless @facade.entreprise.nil?
|
||||
.default_data_block
|
||||
%div.row.show-block#infos
|
||||
|
|
Loading…
Reference in a new issue