mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 18:25:04 +02:00
Added the base layout from the old Part-DB.
This commit is contained in:
parent
f0bea8ff4d
commit
5b49dc2a3f
5 changed files with 251 additions and 6 deletions
|
@ -42,12 +42,14 @@
|
|||
</h6>
|
||||
<h6 title="{% trans %}Average price{% endtrans %}">
|
||||
<i class="fas fa-money-bill-alt fa-fw"></i>
|
||||
<span class="text-muted">{{ part.averagePrice }}</span>
|
||||
<span class="text-muted">{{ "TODO" }}</span>
|
||||
</h6>
|
||||
{% if part.comment != "" %}
|
||||
<h6 title="{% trans %}Comment{% endtrans %}">
|
||||
<i class="fas fa-comment-alt fa-fw"></i>
|
||||
<span class="text-muted">{{ part.comment }}</span>
|
||||
</h6>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue