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 159c3d21..105cc568 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 visitor.premium %}
+ <span style="color: green;"><i data-icon="ei-star" data-size="s"></i></span>
+ {% endif %}
{% if not visitor.verified %}
<span style="color: red;"><i data-icon="ei-exclamation" data-size="s"></i></span>
{% endif %}