feat: web interface more tag support
This commit is contained in:
@ -38,7 +38,7 @@
|
||||
{% endif %}
|
||||
<br />
|
||||
{% for tag in m.tags %}
|
||||
<span class="badge badge-warning">{{ tag }}</span>
|
||||
<span class="badge badge-{{ tags_color_lookup[tag] }}">{{ tag }}</span>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user