test btns

This commit is contained in:
samaradel
2022-07-28 13:38:28 +02:00
parent d51b7e1d3f
commit d7f4e56400

View File

@@ -10,6 +10,6 @@
{% else %} {% else %}
<button onclick="window.location='{{get_url(path=url)}}'" <button onclick="window.location='{{get_url(path=url)}}'"
class="leading-6 border-transparent flex flex-col border-2 w-full items-start rounded transition hover:first:text-gray-500 hover:border-stone-200 hover:bg-stone-100 p-2 text-left"> class="leading-6 border-transparent flex flex-col border-2 w-full items-start rounded transition hover:first:text-gray-500 hover:border-stone-200 hover:bg-stone-100 p-2 text-left">
{{ body | trim_start_matches(pat="<p>") | safe}} <a href="{{url}}"> {{ body | trim_start_matches(pat="<p>") | safe}}</a>
</button> </button>
{% endif %} {% endif %}