diff options
author | Vitaly Takmazov | 2021-02-13 21:39:47 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2021-02-13 22:01:12 +0300 |
commit | 5305a1d07b739e68712a405d9097fd5ae5a68b8b (patch) | |
tree | 0f4703f9d5c5a121e10f4d4e968b83f60b71caca /src/main/resources/templates/views/partial | |
parent | 40d2ce54b937aa6f69bd5891bbd12b30046646d0 (diff) |
Cleanup CSS/HTML suggestions from VSCode
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 %} |