diff options
Diffstat (limited to 'src/main/resources/templates/views/partial')
-rw-r--r-- | src/main/resources/templates/views/partial/navigation.html | 2 | ||||
-rw-r--r-- | src/main/resources/templates/views/partial/usercolumn.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/templates/views/partial/navigation.html b/src/main/resources/templates/views/partial/navigation.html index f3d43641..184c8f2b 100644 --- a/src/main/resources/templates/views/partial/navigation.html +++ b/src/main/resources/templates/views/partial/navigation.html @@ -5,7 +5,7 @@ <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> + <span style="color: red;"><i data-icon="ei-exclamation" data-size="s"></i></span> {% endif %} </a> </div> diff --git a/src/main/resources/templates/views/partial/usercolumn.html b/src/main/resources/templates/views/partial/usercolumn.html index e55614b2..ee9ab267 100644 --- a/src/main/resources/templates/views/partial/usercolumn.html +++ b/src/main/resources/templates/views/partial/usercolumn.html @@ -54,7 +54,7 @@ <a href="/settings" rel="nofollow"> <i data-icon="ei-gear" data-size="s"></i> {% if not visitor.verified %} - <span style="color:red;"><i data-icon="ei-exclamation" data-size="s"></i></span> + <span style="color: red;"><i data-icon="ei-exclamation" data-size="s"></i></span> {% else %} <span class="desktop">{{ i18n("messages","link.settings") }}</span> {% endif %} |