demarches-normaliennes/app/views/instructeurs/dossiers/avis.html.haml

18 lines
636 B
Text
Raw Normal View History

2017-11-17 23:40:51 +01:00
- content_for(:title, "Avis · Dossier nº #{@dossier.id} (#{@dossier.owner_name})")
2017-09-26 14:38:16 +02:00
= render partial: "header", locals: { dossier: @dossier }
.container
.fr-grid-row
.fr-col.fr-col-12.fr-col-md-3
= render partial: 'instructeurs/avis/sidemenu'
.fr-col
- if @dossier.avis.present?
= render partial: 'shared/avis/list', locals: { avis: @dossier.avis, avis_seen_at: @avis_seen_at, expert_or_instructeur: current_instructeur }
2017-09-26 14:38:16 +02:00
2023-03-17 11:30:20 +01:00
- else
%h2.empty-text
= t('helpers.information_text.empty_text')
%p.empty-text-details
= t('helpers.information_text.empty_text_detail')