add a link into section menu

Currently, the main link in section menu redirect
to a search which display the last events

ref #10
This commit is contained in:
2016-03-24 15:19:23 +01:00
parent 372cae7008
commit 8db8c8925c
5 changed files with 34 additions and 2 deletions

View File

@@ -40,4 +40,12 @@
</tbody>
</table>
{% endif %}
{% endif %}
<ul class="record_actions">
<li>
<a href="{{ path('event_new') }}" class="sc-button btn-create" >
{{ 'New event'|trans }}
</a>
</li>
</ul>