Merge pull request #340 from gopesht/fix#232

Navigation fixed, able to navigate to root_path from any page.
This commit is contained in:
Gopesh Tulsyan 2014-07-28 21:31:46 +05:30
commit 993f818073

View file

@ -194,7 +194,6 @@ module ApplicationHelper
def brand
content_for(:brand) ||
(default_brand if controller.class.parent == Admin) ||
(short_title_brand(@conference) if @conference) ||
default_brand
end