Navigation fixed

This commit is contained in:
Gopesh Tulsyan 2014-07-19 20:36:51 +05:30
parent 609f2fd564
commit 8bffa7e8c2

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