demarches-normaliennes/app/views/new_gestionnaire/dossiers/show.html.haml

18 lines
500 B
Text
Raw Normal View History

.container
.card
.card-title Identité du demandeur
- if @dossier.entreprise.present?
= render partial: "identite_entreprise", locals: { entreprise: @dossier.entreprise }
.card.featured
.card-title Construction du dossier
- if @dossier.champs.present? && @dossier.champs.any?
%table.table
%tbody
- @dossier.champs.decorate.each do |c|
%tr
%th
= "#{c.libelle} :"
%td
= c.value