mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 02:53:50 +00:00
Fix passing of id parameter to route
This commit is contained in:
@@ -111,7 +111,7 @@ block js %}
|
||||
href="{{
|
||||
chill_path_add_return_path(
|
||||
'chill_event__event_show',
|
||||
{ event_id: e.id }
|
||||
{ id: e.id }
|
||||
)
|
||||
}}"
|
||||
class="btn btn-show"
|
||||
|
Reference in New Issue
Block a user