aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/views/partial/navigation.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/templates/views/partial/navigation.html')
-rw-r--r--src/main/resources/templates/views/partial/navigation.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/templates/views/partial/navigation.html b/src/main/resources/templates/views/partial/navigation.html
index dce2b83e..8a21a437 100644
--- a/src/main/resources/templates/views/partial/navigation.html
+++ b/src/main/resources/templates/views/partial/navigation.html
@@ -4,6 +4,9 @@
<div id="ctitle">
<a href="/{{ visitor.name }}">
<img src="{{ visitor.avatar }}" alt=""/>{{ visitor.name }}
+ {% if not visitor.verified %}
+ <span style="color:red;"><i data-icon="ei-exclamation" data-size="s"></i></span>
+ {% endif %}
</a>
</div>
{% else %}