Extract the title from the card when showing the Pièce jointes
This commit is contained in:
parent
13ce8c28f0
commit
2096f83a14
2 changed files with 2 additions and 4 deletions
|
@ -21,9 +21,8 @@
|
|||
= render partial: 'new_gestionnaire/dossiers/map', locals: { dossier: @dossier }
|
||||
|
||||
- if @dossier.procedure.cerfa_flag? || @dossier.types_de_piece_justificative.any?
|
||||
.backoffice-title Pièces jointes
|
||||
.card.featured
|
||||
.card-title Pièces jointes
|
||||
|
||||
%table.table.vertical
|
||||
%tbody
|
||||
- if @dossier.procedure.cerfa_flag?
|
||||
|
|
|
@ -20,9 +20,8 @@
|
|||
= render partial: "map", locals: { dossier: @dossier }
|
||||
|
||||
- if @dossier.procedure.cerfa_flag? || @dossier.types_de_piece_justificative.any?
|
||||
.backoffice-title Pièces jointes
|
||||
.card.featured
|
||||
.card-title Pièces jointes
|
||||
|
||||
%table.table.vertical
|
||||
%tbody
|
||||
- if @dossier.procedure.cerfa_flag?
|
||||
|
|
Loading…
Reference in a new issue