Extract the title from the card when showing the Pièce jointes

This commit is contained in:
gregoirenovel 2017-10-16 17:03:37 +02:00
parent 13ce8c28f0
commit 2096f83a14
2 changed files with 2 additions and 4 deletions

View file

@ -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?

View file

@ -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?