Creating test environnement with new procedure showing each stage, I'll rework each screen till end of new user process
This commit is contained in:
parent
c8f176de74
commit
9bf475e1f3
2 changed files with 4 additions and 2 deletions
|
@ -87,7 +87,9 @@
|
|||
text-align: end;
|
||||
}
|
||||
}
|
||||
#dossier, #infos {
|
||||
#carto {
|
||||
}
|
||||
#dossier, #infos, #carto {
|
||||
.body {
|
||||
padding: 0 20px 0 20px;
|
||||
color: #000000;
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
= render partial: '/dossiers/infos_dossier'
|
||||
= render partial: '/dossiers/actions'
|
||||
|
||||
- if !@facade.dossier.procedure.module_api_carto.use_api_carto
|
||||
- if @facade.dossier.procedure.module_api_carto.use_api_carto
|
||||
.default_data_block
|
||||
%div.row.show-block#carto
|
||||
%div.header
|
||||
|
|
Loading…
Reference in a new issue