Sha256: 602de41aa7349eff7d7d72472255658fd6255936a68e8531e9fe6bf7ed5e2a53
Contents?: true
Size: 769 Bytes
Versions: 1
Compression:
Stored size: 769 Bytes
Contents
<div role="tabpanel" class="item-upload-tabs"> <ul class="nav nav-tabs" role="tablist"> <% Spotlight::Resources::Iiif::Engine.config.resource_partials.each_with_index do |p, i| %> <% name = p.split('/').last %> <li role="presentation" class="<%= "active" if i ==0 %>"> <%= link_to t(".#{name}"), "##{name}", role: 'tab', 'data-toggle' => 'tab', 'aria-controls' => 'single' %> </li> <% end %> </ul> <div class="tab-content"> <% Spotlight::Resources::Iiif::Engine.config.resource_partials.each_with_index do |p, i| %> <% name = p.split('/').last %> <%= content_tag :div, id: name, role: 'tabpanel', class: "tab-pane #{"active" if i == 0}" do %> <%= render p %> <% end %> <% end %> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spotlight-resources-iiif-0.0.1 | app/views/spotlight/resources/iiif/_tabbed_form.html.erb |