fix error page logo path

stable
Juanfran 2015-11-24 09:08:09 +01:00
parent 1c003b106e
commit 805c688055
1 changed files with 1 additions and 1 deletions

View File

@ -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")