[Fix #196] AttestationTemplate: add edition

This commit is contained in:
Simon Lehericey 2017-06-09 13:28:47 +02:00
parent d7ff3d6139
commit fdb4d15bcf
9 changed files with 317 additions and 0 deletions

View file

@ -0,0 +1 @@
= render partial: 'layouts/left_panels/left_panel_admin_procedurescontroller_navbar', locals: { active: 'Attestation' }

View file

@ -45,6 +45,11 @@
.procedure-list-element{ class: ('active' if active == 'Prévisualisation') }
Prévisualisation
- unless @procedure.locked?
%a#onglet-attestation{ href: url_for(edit_admin_procedure_attestation_template_path(@procedure)) }
.procedure-list-element{ class: ('active' if active == 'Attestation') }
Attestation
.split-hr-left