Skip to content
Snippets Groups Projects
Commit 5b45c164 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

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

parent 887cd94e
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment