summaryrefslogtreecommitdiff
path: root/templates/navbar.html
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-08-22 11:36:40 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-08-22 11:36:40 +0200
commit4596613e65581712f6c230f87971edfabd0ae919 (patch)
tree8af733edee0393d27e11f412694f148ec64282d8 /templates/navbar.html
parent222bd52cefbf7efe689533f21e6ebaf43ed937d8 (diff)
add 'synchronization failed' marker0.3.0
Diffstat (limited to 'templates/navbar.html')
-rw-r--r--templates/navbar.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/navbar.html b/templates/navbar.html
index 2fc49ec..914f2e9 100644
--- a/templates/navbar.html
+++ b/templates/navbar.html
@@ -2,9 +2,11 @@
<nav style="color: #ffffff; background-color: #001f8f;">
<div class="container">
{% if nav_link %}
- <a class="main" href="{{ nav_link }}">{{ title }}</a>
+ <a class="main" href="{{ nav_link }}">{{ title }}
+ <span><i class="material-icons" id="syncfailedmarker" style="display: none;">sync_problem</i></span></a>
{% else %}
- <span class="main">{{ title }}</span>
+ <span class="main">{{ title }}
+ <span><i class="material-icons" id="syncfailedmarker" style="display: none;">sync_problem</i></span></span>
{% endif %}
<ul id="nav-mobile" style="float: right;">
<li><a href="/"><i class="material-icons" aria-label="Stationen in der Umgebung suchen">my_location</i></a></li>