module Golden::Theme::Bootstrap::DeprecatedHelper

Public Instance Methods

dropdown_btn(*args, &block) click to toggle source
dropdown_menu(*args, &block) click to toggle source
dropdown_toggle(*args, &block) click to toggle source
flash_box(*args, &block) click to toggle source
# File lib/golden/theme/bootstrap/deprecated_helper.rb, line 3
def flash_box *args, &block
  bootstrap_flash_box *args, &block
end
modal_close_button(*args, &block) click to toggle source
nav_tab(*args, &block) click to toggle source
remote_nav_tab(*args, &block) click to toggle source
# File lib/golden/theme/bootstrap/deprecated_helper.rb, line 87
def remote_nav_tab *args, &block
  bootstrap_remote_tab_nav *args, &block
end
remote_tab_pane(*args, &block) click to toggle source
# File lib/golden/theme/bootstrap/deprecated_helper.rb, line 91
def remote_tab_pane *args, &block
  bootstrap_remote_tab_pane *args, &block
end
render_btn_group(*args, &block) click to toggle source
# File lib/golden/theme/bootstrap/deprecated_helper.rb, line 7
def render_btn_group *args, &block
  bootstrap_btn_group *args, &block
end
render_list(*args, &block) click to toggle source
# File lib/golden/theme/bootstrap/deprecated_helper.rb, line 11
def render_list *args, &block
  bootstrap_ul_tag *args, &block
end
tab_pane(*args, &block) click to toggle source
# File lib/golden/theme/bootstrap/deprecated_helper.rb, line 79
def tab_pane *args, &block
  bootstrap_tab_pane *args, &block
end