feat: replace icon
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
hx-get="{{ path('app_admin_application_status', { 'uuid': application.uuid }) }}"
|
hx-get="{{ path('app_admin_application_status', { 'uuid': application.uuid }) }}"
|
||||||
hx-target="body"
|
hx-target="body"
|
||||||
hx-swap="beforeend">
|
hx-swap="beforeend">
|
||||||
{{ icon('power') }}
|
{{ icon('edit') }}
|
||||||
</button>
|
</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if is_granted('DELETE', application) %}
|
{% if is_granted('DELETE', application) %}
|
||||||
|
|||||||
Reference in New Issue
Block a user