This commit is contained in:
George Drummond
2018-12-12 13:36:29 -05:00
parent 809ab9547a
commit 5da374bbc9
2 changed files with 16 additions and 1 deletions

View File

@@ -54,7 +54,7 @@
{% elif actions is iterable %}
{% for action in actions %}
<a href={{ action["href"] }} class='icon-link'>
<a href='{{ action["href"] }}' class='icon-link'>
{% if 'icon' in action %}{{ Icon(action["icon"]) }}{% endif %}
<span>{{ action["label"] }}</span>
</a>