Merge pull request #2242 from betagouv/apercu-improvements

Amélioration de l'aperçu
This commit is contained in:
gregoirenovel 2018-07-16 15:19:39 +02:00 committed by GitHub
commit 7e18f662c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
.dossiers-headers.sub-header
.container
%h1.page-title Prévisualisation de la procédure #{@dossier.procedure.libelle}
%h1.page-title Prévisualisation de la procédure « #{@dossier.procedure.libelle} »
%ul.tabs
%li{ class: (@tab == 'dossier') ? 'active' : nil }>
@ -9,7 +9,7 @@
- if @dossier.champs_private.size > 0
%li{ class: (@tab == 'annotations-privees') ? 'active' : nil }>
= link_to(apercu_procedure_path(@dossier.procedure, tab: 'annotations-privees')) do
les annotations privees
les annotations privées
- if @tab == 'dossier'
= render partial: "shared/dossiers/edit", locals: { dossier: @dossier, apercu: true }