Skip to content

Commit

Permalink
Update actions.html.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrombez authored Jul 15, 2024
1 parent f1f38c6 commit 707e2f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% if action.visible is not defined or action.visible %}
<li class="list-inline-item">
{% if action.template is defined %}
{% include action.template %}
{% include action.template with action %}
{% else %}
<a href="{{ action.url }}" class="btn btn-{{ action.btn_size|default('sm') }} btn-{{ action.btn_type|default('secondary') }}">
{% if action.icon_class is defined %}<span class="{{ action.icon_class }}"></span>{% endif %}
Expand All @@ -15,4 +15,4 @@
</li>
{% endif %}
{% endfor %}
</ul>
</ul>

0 comments on commit 707e2f3

Please sign in to comment.