Sha256: d6d5c3498f4aa4ad84cee5a66908cba62054b9f7e0fcdd6c1f8cb98897a3393f

Contents?: true

Size: 669 Bytes

Versions: 1

Compression:

Stored size: 669 Bytes

Contents

<div class="scrivito-tab-group">
  <ul class="nav nav-tabs" role="tablist">
    <% widget.tabs.each_with_index do |tab, i| %>
      <li role="presentation" class="<%= i == 0 ? 'active' : '' %>">
        <a href="#tab-<%= widget.id %>-<%= i %>" aria-controls="home" role="tab" data-toggle="tab" class="<%= tab.background_color %>">
          <%= scrivito_value tab.title %>
        </a>
      </li>
    <% end %>
  </div>
  <div class="tab-content">
    <% widget.tabs.each_with_index do |tab, i| %>
      <%= scrivito_tag :div, tab, :content, id: "tab-#{widget.id}-#{i}", class: "#{tab.background_color} tab-pane #{'active' if i == 0}" %>
    <% end %>
  </div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
scrivito_tabbed_content_widget-0.70.2 app/views/tabbed_content_widget/show.html.erb