Module: Golden::Theme::Bootstrap::DeprecatedHelper

Defined in:
lib/golden/theme/bootstrap/deprecated_helper.rb

Instance Method Summary collapse

Instance Method Details



23
24
25
# File 'lib/golden/theme/bootstrap/deprecated_helper.rb', line 23

def dropdown_btn *args, &block
  bootstrap_dropdown_btn *args, &block
end


27
28
29
# File 'lib/golden/theme/bootstrap/deprecated_helper.rb', line 27

def dropdown_menu *args, &block
  bootstrap_dropdown_menu *args, &block
end


19
20
21
# File 'lib/golden/theme/bootstrap/deprecated_helper.rb', line 19

def dropdown_toggle *args, &block
  bootstrap_dropdown_toggle *args, &block
end

#flash_box(*args, &block) ⇒ Object



3
4
5
# File 'lib/golden/theme/bootstrap/deprecated_helper.rb', line 3

def flash_box *args, &block
  bootstrap_flash_box *args, &block
end


31
32
33
# File 'lib/golden/theme/bootstrap/deprecated_helper.rb', line 31

def iconed_link_to *args, &block
  bootstrap_iconed_link_to *args, &block
end


15
16
17
# File 'lib/golden/theme/bootstrap/deprecated_helper.rb', line 15

def link_to_callback_button *args, &block
  bootstrap_callback_button *args, &block
end


63
64
65
# File 'lib/golden/theme/bootstrap/deprecated_helper.rb', line 63

def link_to_close_button *args, &block
  bootstrap_modal_close_button *args, &block
end


47
48
49
# File 'lib/golden/theme/bootstrap/deprecated_helper.rb', line 47

def link_to_destroy *args, &block
  bootstrap_link_to_destroy *args, &block
end


43
44
45
# File 'lib/golden/theme/bootstrap/deprecated_helper.rb', line 43

def link_to_edit *args, &block
  bootstrap_link_to_edit *args, &block
end


59
60
61
# File 'lib/golden/theme/bootstrap/deprecated_helper.rb', line 59

def link_to_edit_modal *args, &block
  bootstrap_modal_edit_link_to *args, &block
end


51
52
53
# File 'lib/golden/theme/bootstrap/deprecated_helper.rb', line 51

def link_to_modal *args, &block
  bootstrap_modal_open_link_to *args, &block
end


39
40
41
# File 'lib/golden/theme/bootstrap/deprecated_helper.rb', line 39

def link_to_new *args, &block
  bootstrap_link_to_new *args, &block
end


55
56
57
# File 'lib/golden/theme/bootstrap/deprecated_helper.rb', line 55

def link_to_open_modal *args, &block
  bootstrap_modal_open_iconed_link_to *args, &block
end


83
84
85
# File 'lib/golden/theme/bootstrap/deprecated_helper.rb', line 83

def link_to_remote_tab *args, &block
  bootstrap_remote_tab_link_to *args, &block
end


35
36
37
# File 'lib/golden/theme/bootstrap/deprecated_helper.rb', line 35

def link_to_show *args, &block
  bootstrap_link_to_show *args, &block
end


71
72
73
# File 'lib/golden/theme/bootstrap/deprecated_helper.rb', line 71

def link_to_tab *args, &block
  bootstrap_tab_link_to *args, &block
end


67
68
69
# File 'lib/golden/theme/bootstrap/deprecated_helper.rb', line 67

def modal_close_button *args, &block
  bootstrap_modal_close_icon *args, &block
end


75
76
77
# File 'lib/golden/theme/bootstrap/deprecated_helper.rb', line 75

def nav_tab *args, &block
  bootstrap_tab_nav *args, &block
end

#remote_nav_tab(*args, &block) ⇒ Object



87
88
89
# 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) ⇒ Object



91
92
93
# 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) ⇒ Object



7
8
9
# 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) ⇒ Object



11
12
13
# 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) ⇒ Object



79
80
81
# File 'lib/golden/theme/bootstrap/deprecated_helper.rb', line 79

def tab_pane *args, &block
  bootstrap_tab_pane *args, &block
end