mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 21:34:59 +00:00
wip.. corrections
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user