We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb8104 commit 92aebfaCopy full SHA for 92aebfa
README
@@ -76,4 +76,16 @@ the tabs that way.
76
# ... insert tab contents
77
<% end %>
78
79
- <%= tabs.render %>
+ <%= tabs.render %>
80
+
81
+##########################################################################
82
+Now works as:
83
+ <% tabs_for do |tab| %>
84
+ <% tab.create('tab_one', 'Tab 1') do %>
85
+ # ... insert tab contents
86
+ <% end %>
87
+ <% tab.create('tab_two', 'Tab 2') do %>
88
89
90
91
0 commit comments