Sha256: 973a9fc99fb5bfb1c0034e3fd63360f883b5545e025eb1f98ce703c07cd5f915

Contents?: true

Size: 504 Bytes

Versions: 2

Compression:

Stored size: 504 Bytes

Contents

<% if tabs.size > 1 || render_sidebar_as_tab? -%>
  <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 %>

    <% if render_sidebar_as_tab? %>
      <li class="pull-right">
        <%= link_to icon("fa fa-list-alt"), "#tab-sidebar", role: "tab", data: { toggle: "tab" } %>
      </li>
    <% end %>
  </ul>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
trestle-0.8.7 app/views/trestle/application/_tabs.html.erb
trestle-0.8.6 app/views/trestle/application/_tabs.html.erb