Преглед на файлове

Ensure brand prefixed favicon is used

Alasdair Smith преди 8 години
родител
ревизия
b6c794f627
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      services/web/app/views/general/500.pug

+ 1 - 1
services/web/app/views/general/500.pug

@@ -2,7 +2,7 @@ doctype html
 html.full-height(itemscope, itemtype='http://schema.org/Product')
 	head
 		title Something went wrong
-		link(rel="icon", href="/favicon.ico")
+		link(rel="icon", href="/" + settings.brandPrefix + "favicon.ico")
 		if buildCssPath
 			link(rel="stylesheet", href=buildCssPath("/" + settings.brandPrefix + "style.css"))
 		link(href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css",rel="stylesheet")