mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
minor change
This commit is contained in:
parent
c52cf14459
commit
b39005cca9
@ -37,7 +37,7 @@
|
|||||||
<ul class="record_actions sticky-form-buttons">
|
<ul class="record_actions sticky-form-buttons">
|
||||||
<li class="cancel">
|
<li class="cancel">
|
||||||
<a class="sc-button bt-cancel" href="{% if app.request.query.has('returnPath') %}
|
<a class="sc-button bt-cancel" href="{% if app.request.query.has('returnPath') %}
|
||||||
{{ app.request.query.get('returnPath')|escape('html_attr') }}
|
{{ app.request.query.get('returnPath')|escape('html_attr') }}">
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ path('chill_task_single_task_show', { 'id': task.id, 'list_params': app.request.query.get('list_params', { } )} ) }}" class="sc-button">
|
{{ path('chill_task_single_task_show', { 'id': task.id, 'list_params': app.request.query.get('list_params', { } )} ) }}" class="sc-button">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user