update So 9. Feb 10:01:01 CET 2020
This commit is contained in:
parent
d89f51946c
commit
4cbde357a7
@ -4,7 +4,7 @@ block content
|
|||||||
main(role='main')
|
main(role='main')
|
||||||
.jumbotron
|
.jumbotron
|
||||||
.container
|
.container
|
||||||
h1.text-danger.display-3= public.app_name
|
h1.text-danger.display-4= public.app_name
|
||||||
h5.text-muted © #{public.company}
|
h5.text-muted © #{public.company}
|
||||||
hr
|
hr
|
||||||
a Dieser Webdienst zeigt Wachalarme im Vollbild an (inkl. synthetischer Sprachdurchsage und Karte).
|
a Dieser Webdienst zeigt Wachalarme im Vollbild an (inkl. synthetischer Sprachdurchsage und Karte).
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
footer.footer
|
footer.footer
|
||||||
.container-fluid
|
.container-fluid
|
||||||
.row
|
.row
|
||||||
.col.span.text-muted.text-left © #{public.company} - #{new Date().getFullYear()}
|
.col-9.span.text-muted.text-left © #{public.company} - #{new Date().getFullYear()}
|
||||||
.col.span.text-muted.text-right= public.version
|
.col-3.span.text-muted.text-right= public.version
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user