File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 6363{% block actions %}
6464{% for actionKey , action in actions %}
6565 {% if render_if_actions [actionKey ] is same as (true ) %}
66+ {{ action .startHtml | raw }}
6667 {% if action .button is same as (false ) %}
67- {{ action .startHtml | raw }}
6868 <a {{ macros.href (action , route_parameters [actionKey ]) }} {{ macros.attributes (attributes [actionKey ]) }} {{ macros.confirm_dialog (action ) }}>
6969 {{ macros.link_title (action ) }}
7070 </a >
71- {{ action .endHtml | raw }}
7271 {% else %}
73- {{ action .startHtml | raw }}
7472 <button type =" button" {{ macros.value (values [actionKey ]) }} {{ macros.href (action , route_parameters [actionKey ]) }} {{ macros.attributes (attributes [actionKey ]) }} {{ macros.confirm_dialog (action ) }}>
7573 {{ macros.link_title (action ) }}
7674 </button >
77- {{ action .endHtml | raw }}
7875 {% endif %}
76+ {{ action .endHtml | raw }}
7977 {% endif %}
8078{% endfor %}
8179{% endblock %}
You can’t perform that action at this time.
0 commit comments