Enhance inventory templates with new SVG icons and refactor category links for improved navigation
This commit is contained in:
parent
f4f9f84387
commit
a5feeeee1d
3 changed files with 41 additions and 54 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue