Skip to content
Snippets Groups Projects
Commit 73566fee authored by Julian's avatar Julian
Browse files

Add indicator for items with subitems

parent 0eab26b8
No related branches found
No related tags found
No related merge requests found
Showing with 7966 additions and 0 deletions
This diff is collapsed.
This diff is collapsed.
File added
File added
File added
File added
File added
File added
File added
File added
......@@ -29,6 +29,7 @@
{% endif %}
</td>
<td>
{% if item.children %}<i class="fa-solid fa-folder-tree"></i>{% endif %}
<a href="{{ url_for('item_view', item_id=item.id) }}">{{ item.name }}</a>
<p><small class="text-muted">{{ item.description|markdown(short=True) }}</small></p>
</td>
......
......@@ -6,6 +6,7 @@
<link href="{{ url_for('static', filename="css/bootstrap.min.css") }}" rel="stylesheet">
<script src="{{ url_for('static', filename="js/bootstrap.bundle.min.js") }}"></script>
<script src="{{ url_for('static', filename="js/site.js", v=1) }}"></script>
<link href="{{ url_for('static', filename="css/fontawesome.min.css") }}" rel="stylesheet">
<title>Warehouse</title>
</head>
<body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment