2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +00:00

fix rendering again

This commit is contained in:
Matthias Mair 2022-11-06 18:46:26 +01:00
parent 2c58e62f4a
commit 9bf76f534a

View File

@ -15,7 +15,7 @@
<p class="mb-4">{{ item.text }}</p>
<span class="inline-flex">
{% for link in item.links %}
<a class="cm-gray-3" href="{% include fnc/link.html item=link %}" alt="learn more">Learn More <img class="w-4 h-4 ml-2" src="{{ '/assets/learn.svg' | relative_url }}" /></a>
<a class="cm-gray-3" href="{% include fnc/link.html item=link.link %}" alt="learn more">{{ link.text }} <img class="w-4 h-4 ml-2" src="{{ '/assets/learn.svg' | relative_url }}" /></a>
{% endfor %}
</span>
</div>