We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b103677 commit 05c1878Copy full SHA for 05c1878
templates/admin/process/list.html.twig
@@ -33,7 +33,7 @@
33
<td>{% if process.options.ui.source is defined %}{{ process.options.ui.source }}{% endif %}</td>
34
<td>{% if process.options.ui.target is defined %}{{ process.options.ui.target }}{% endif %}</td>
35
<td class="text-center">
36
- {% if ("modal" == uiOptions.ui_launch_mode) %}
+ {% if ('modal' == uiOptions.ui_launch_mode) %}
37
<a class="px-1" data-toggle="tooltip" data-placement="top" title="{{ 'Launch'|trans }}" data-bs-toggle="modal" data-bs-target="#{{ process.code }}">
38
<i class="fas fa-rocket"></i>
39
</a>
0 commit comments