logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 5b45c1646aa324d2eb4a3ecb8c12ed4df3cdf129
parent: 887cd94e963f49523af80d845cfe0ea900f7dadf
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Fri, 29 Sep 2017 03:03:03 +0200

Remove dependency on db during assets:precompile (#5138)


Diffstat:

Mapp/views/layouts/error.html.haml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/layouts/error.html.haml b/app/views/layouts/error.html.haml @@ -3,7 +3,7 @@ %head %meta{ content: 'text/html; charset=UTF-8', 'http-equiv' => 'Content-Type' }/ %meta{ charset: 'utf-8' }/ - %title= safe_join([yield(:page_title), title], ' - ') + %title= safe_join([yield(:page_title), Setting.default_settings['site_title']], ' - ') %meta{ content: 'width=device-width,initial-scale=1', name: 'viewport' }/ = stylesheet_pack_tag 'common', media: 'all' = stylesheet_pack_tag Setting.default_settings['theme'], media: 'all'