install app files for djangocms-history==0.5.3

This commit is contained in:
2018-03-15 11:21:46 +00:00
parent da145873e8
commit 40f1c95dd4
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<a href="{{ url }}" data-rel="ajax" data-post="{{ data }}" class="cms-btn{% if active %} cms-btn-active{% endif %}{% if disabled %} cms-btn-disabled{% endif %}" data-on-success="{{ on_success }}">
<span>
<img
aria-hidden="true" style="vertical-align: text-bottom"
width="16" height="16" src="{{ icon }}" alt="{{ name }}"
title="{{ name }}">
<span class="cms-hidden" style="display: none;">{{ name }}</span>
</span>
</a>