mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-27 21:16:45 +00:00
fix ref
This commit is contained in:
parent
9f6a5345af
commit
492bfabdad
@ -16,7 +16,7 @@
|
||||
<span class="inline-flex">
|
||||
{% for link in item.links %}
|
||||
<p>{{link.link}}</p>
|
||||
<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>
|
||||
<a class="cm-gray-3" href="{% include fnc/link.html item=link %}" alt="learn more">{{ link.text }} <img class="w-4 h-4 ml-2" src="{{ '/assets/learn.svg' | relative_url }}" /></a>
|
||||
{% endfor %}
|
||||
</span>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user