Merge pull request #37 from techknowlogick/techknowlogick-patch-1
Remove DB dependancy from assets:precompile
This commit is contained in:
commit
da7cd1ab1a
@ -13,6 +13,6 @@
|
|||||||
.dialog__illustration
|
.dialog__illustration
|
||||||
%h1
|
%h1
|
||||||
= link_to root_url, class: 'brand' do
|
= link_to root_url, class: 'brand' do
|
||||||
= site_title
|
= Setting.default_settings['site_title']
|
||||||
.dialog__message
|
.dialog__message
|
||||||
%h1= yield :content
|
%h1= yield :content
|
||||||
|
Loading…
Reference in New Issue
Block a user