Module: Georgia::SidebarHelper

Defined in:
app/helpers/georgia/sidebar_helper.rb

Instance Method Summary collapse

Instance Method Details



4
5
6
# File 'app/helpers/georgia/sidebar_helper.rb', line 4

def sidebar_navigation_link text, url, options={}
  SidebarLinkPresenter.new(self, text, url, options)
end


8
9
10
# File 'app/helpers/georgia/sidebar_helper.rb', line 8

def sidebar_navigation_sublink text, url, options={}
  SidebarLinkPresenter.new(self, text, url, options.merge(sublink: true))
end