You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make the CSS class name for the active tab parameterizable. Currently the current tab is adorned with class="current" however for example bootstrap does the same with class="active".
The text was updated successfully, but these errors were encountered:
I'm not super great with using your gem yet...but you did add this in right?
<%= tabs_tag :open_tabs => { :class => "nav nav-tabs" }, :active_class => "active" do |tab| %>
``
The only thing I see is for some reason, it still throw's <span></span> around it & I'm wondering if that's conflicting with my bootstrap with active_class?
Is the <span> absolutely required or can we disable it?
Please make the CSS class name for the active tab parameterizable. Currently the current tab is adorned with class="current" however for example bootstrap does the same with class="active".
The text was updated successfully, but these errors were encountered: