mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 01:23:48 +01:00
Add title text to audit log severity icons
This commit is contained in:
parent
dfbcbbbb47
commit
d5b8dd8909
@ -17,7 +17,8 @@ Audit Log
|
||||
{% endif %}
|
||||
|
||||
<div class="row {% if entry.severity == entry.severity.NORMAL %}text-muted{% endif %}">
|
||||
<div class="col-sm-auto text-center" style="width: 50px;">
|
||||
<div class="col-sm-auto text-center" style="width: 50px;"
|
||||
title="{{ _('Severity: %(sev)s.', sev=entry.severity.getTitle()) }}">
|
||||
{% if entry.severity == entry.severity.MODERATION %}
|
||||
<i class="fas fa-exclamation-triangle" style="color: yellow;"></i>
|
||||
{% elif entry.severity == entry.severity.EDITOR %}
|
||||
|
Loading…
Reference in New Issue
Block a user