Module: Layered::Ui::HeaderHelper

Defined in:
app/helpers/layered/ui/header_helper.rb

Instance Method Summary collapse

Instance Method Details

#l_ui_authenticationObject



8
9
10
# File 'app/helpers/layered/ui/header_helper.rb', line 8

def l_ui_authentication
  render "layouts/layered_ui/authentication"
end

#l_ui_navigation_toggleObject



12
13
14
# File 'app/helpers/layered/ui/header_helper.rb', line 12

def l_ui_navigation_toggle
  render "layouts/layered_ui/navigation_toggle"
end

#l_ui_theme_toggleObject



4
5
6
# File 'app/helpers/layered/ui/header_helper.rb', line 4

def l_ui_theme_toggle
  render "layouts/layered_ui/theme_toggle"
end