Module: Layered::Ui::HeaderHelper
- Defined in:
- app/helpers/layered/ui/header_helper.rb
Instance Method Summary collapse
Instance Method Details
#l_ui_authentication ⇒ Object
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_toggle ⇒ Object
12 13 14 |
# File 'app/helpers/layered/ui/header_helper.rb', line 12 def render "layouts/layered_ui/navigation_toggle" end |
#l_ui_theme_toggle ⇒ Object
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 |