Remove useless ids in the new Avis templates
This commit is contained in:
parent
bf1e103ef3
commit
0a185fb76b
3 changed files with 57 additions and 60 deletions
|
@ -1,7 +1,6 @@
|
|||
- avis_statut = (@statut == NewGestionnaire::AvisController::A_DONNER_STATUS) ? 'à donner' : 'rendus'
|
||||
- content_for(:title, "Avis #{avis_statut}")
|
||||
|
||||
#avis-index
|
||||
.accompagnateur-header
|
||||
.container.flex
|
||||
.width-100
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
- content_for(:title, "Avis · Dossier nº #{@dossier.id} (#{@dossier.owner_name})")
|
||||
|
||||
#avis-show
|
||||
= render partial: 'header', locals: { avis: @avis, dossier: @dossier }
|
||||
|
||||
.container
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
- content_for(:title, "Demande · Dossier nº #{@dossier.id} (#{@dossier.owner_name})")
|
||||
|
||||
#avis-show
|
||||
= render partial: 'header', locals: { avis: @avis, dossier: @dossier }
|
||||
|
||||
.container
|
||||
|
|
Loading…
Reference in a new issue