Files
website-v2/templates/users/_library_version.html
Greg Newman 057c16bb9f 🎨 cleaning up some home page styles
First pass with rustywind is doing massive cleanup
2023-04-28 09:27:38 -04:00

11 lines
310 B
HTML

<div class="py-3">
<h4 class="capitalize text-orange">
<a href="{% url 'library-detail-by-version' version_slug=library_version.version.slug slug=library_version.library.slug %}">
{{ library_version }}
</a>
</h4>
<p class="pt-0">
{{ library_version.library.description }}
</p>
</div>