demarches-normaliennes/app/views/new_user/dossiers/show.html.haml
gregoirenovel 37c0552c64 Add titles
2018-09-05 11:35:03 +02:00

7 lines
303 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.

- content_for(:title, "Résumé · Dossier nº #{@dossier.id} (#{@dossier.procedure.libelle})")
#dossier-show
= render partial: 'new_user/dossiers/show/header', locals: { dossier: @dossier }
.container
= render partial: 'new_user/dossiers/show/status_progress', locals: { dossier: @dossier }