Sha256: 22cd05b4a7f840aa35edcb1f4a414da06314c6c7e3fa90b1f53aa8c27128c53f

Contents?: true

Size: 532 Bytes

Versions: 6

Compression:

Stored size: 532 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.id(("modal" if dialog_request?))}", 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

6 entries across 6 versions & 1 rubygems

Version Path
trestle-0.8.13 app/views/trestle/application/_tabs.html.erb
trestle-0.8.12 app/views/trestle/application/_tabs.html.erb
trestle-0.8.11 app/views/trestle/application/_tabs.html.erb
trestle-0.8.10 app/views/trestle/application/_tabs.html.erb
trestle-0.8.9 app/views/trestle/application/_tabs.html.erb
trestle-0.8.8 app/views/trestle/application/_tabs.html.erb