Enhance inventory templates with new SVG icons and refactor category links for improved navigation

This commit is contained in:
Yaro Kasear 2025-06-13 10:33:20 -05:00
parent f4f9f84387
commit a5feeeee1d
3 changed files with 41 additions and 54 deletions

View file

@ -1,5 +1,5 @@
{% macro category_link(endpoint, label, icon_html=None, arguments={}) %}
<div class="col">
<div class="col text-center">
<a href="{{ url_for('main.' + endpoint, **arguments) }}"
class="d-flex flex-column justify-content-center link-success link-underline-opacity-0">
{% if icon_html %}