mirror of
https://github.com/wekan/wekan.git
synced 2026-01-05 17:18:49 +01:00
parent
9595ef0199
commit
27a58c18ee
5 changed files with 27 additions and 0 deletions
|
|
@ -45,3 +45,12 @@ template(name="header")
|
|||
else
|
||||
a.wekan-logo(href="{{pathFor 'home'}}" title="{{_ 'header-logo-title'}}")
|
||||
img(src="{{pathFor '/wekan-logo-header.png'}}" alt="Wekan")
|
||||
|
||||
if appIsOffline
|
||||
+offlineWarning
|
||||
|
||||
template(name="offlineWarning")
|
||||
.offline-warning
|
||||
p
|
||||
i.fa.fa-warning
|
||||
| {{_ 'app-is-offline'}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue