fix error page logo path
parent
1c003b106e
commit
805c688055
|
@ -2,7 +2,7 @@ doctype html
|
||||||
|
|
||||||
div.error-main
|
div.error-main
|
||||||
div.error-container
|
div.error-container
|
||||||
object.logo-svg(type="image/svg+xml", data="/svg/logo.svg")
|
object.logo-svg(type="image/svg+xml", data="/#{v}/svg/logo.svg")
|
||||||
img(src="/#{v}/images/logo.png", alt="TAIGA")
|
img(src="/#{v}/images/logo.png", alt="TAIGA")
|
||||||
h1.logo Taiga
|
h1.logo Taiga
|
||||||
p.error-text(translate="ERROR.TEXT1")
|
p.error-text(translate="ERROR.TEXT1")
|
||||||
|
|
Loading…
Reference in New Issue