2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

fix badges

This commit is contained in:
Matthias
2021-11-11 12:20:22 +01:00
parent ab1742da64
commit 112e04381e

View File

@ -50,7 +50,7 @@
{% if mixin_list %}
{% for mixin in mixin_list %}
<a class='nav-toggle' id='select-plugin-{{plugin_key}}'>
<span class='badge badge-badge-secondary'>{% blocktrans with name=mixin.human_name %}has {{name}}{% endblocktrans %}</span>
<span class='badge bg-dark badge-right'>{% blocktrans with name=mixin.human_name %}has {{name}}{% endblocktrans %}</span>
</a>
{% endfor %}
{% endif %}