Skip to content
Snippets Groups Projects
Commit a9b2c1c4 authored by Jonathan Foucher's avatar Jonathan Foucher
Browse files

Merge branch 'feature/seb/issue_799bis' into dev-datakode

parents 6ae081a6 968ade02
No related branches found
No related tags found
No related merge requests found
Pipeline #57279 failed
......@@ -23,8 +23,19 @@
{% block body %}
{% set submitValue = submitValue|default('maturity.survey.action.synthese_submit'|trans) %}
{{ form_start(form) }}
<div class="row">
<div class="col-xs-12">
<div class="action-bar">
<a aria-label="{{ 'action.print'|trans }}" href="{{ path('maturity_survey_report', {'id': object.id}) }}" class="btn btn-default">
<i class="fa fa-print"></i>
{{ 'action.print'|trans }}
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="box box-solid">
<div class="box-header with-border"><h3 class="box-title">Indice de maturité</h3></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment