wip.. corrections

This commit is contained in:
2019-01-23 09:11:53 +01:00
parent 15ff92257c
commit a10d48642f
2 changed files with 4 additions and 3 deletions

View File

@@ -50,7 +50,6 @@
<td>
<ul class="record_actions">
<li>
{#
{% if is_granted('CHILL_EVENT_SEE_DETAILS', participation.event) %}
<a href="{{ path('chill_event__event_show', { 'event_id' : participation.event.id } ) }}" class="sc-button black">
{{ 'See'|trans }}
@@ -66,6 +65,7 @@
{{ 'Edit'|trans }}
</a>
{% endif %}
{#
#}
</li>
</ul>