Do not build user css
This commit is contained in:
@@ -153,7 +153,7 @@ module ApplicationHelper
|
||||
end
|
||||
|
||||
def find_page(name)
|
||||
Page.find_by_name_and_locale(name, I18n.locale)
|
||||
Page.find_by_name_and_locale(name, I18n.locale.to_s)
|
||||
end
|
||||
|
||||
def locale_root_path
|
||||
|
||||
Reference in New Issue
Block a user