demarches-normaliennes/app/views/new_gestionnaire/dossiers/show.html.haml
2017-09-06 11:11:15 +02:00

17 lines
491 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.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.each do |c|
%tr
%th
= "#{c.libelle} :"
%td
= c.value