add progression
This commit is contained in:
7
templates/contribution/show.html.twig
Normal file
7
templates/contribution/show.html.twig
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
{% block title %}Détail Contribution{% endblock %}
|
||||
{% block body %}
|
||||
<h2>Détail Contribution</h2>
|
||||
<pre>{{ dump(contribution) }}</pre>
|
||||
<a href="{{ path('contribution_index') }}">Retour à la liste</a>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user