Sha256: 5945280ad189e609b7505023b551eab04192dcd86fb24b1f4c4ea718c99bc949

Contents?: true

Size: 285 Bytes

Versions: 5

Compression:

Stored size: 285 Bytes

Contents

<% if tabs.size > 1 -%>
  <ul class="nav nav-tabs">
    <% tabs.each do |name, tab| %>
      <li<% if name == tabs.keys.first %> class="active"<% end %>>
        <%= link_to tab.label, "#tab-#{name}", role: "tab", data: { toggle: "tab" } %>
      </li>
    <% end %>
  </ul>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
trestle-0.8.5 app/views/trestle/application/_tabs.html.erb
trestle-0.8.4 app/views/trestle/application/_tabs.html.erb
trestle-0.8.3 app/views/trestle/application/_tabs.html.erb
trestle-0.8.2 app/views/trestle/application/_tabs.html.erb
trestle-0.8.0 app/views/trestle/application/_tabs.html.erb