<% content_for(:sidebar) do %> <%= render 'spotlight/shared/exhibit_sidebar' %> <% end %> <%= curation_page_title %>
<% Spotlight::Engine.config.resource_partials.each_with_index do |p, i| %> <% tab_name = p.split('/')[2] %> <%= content_tag :div, id: "#{tab_name}", role: 'tabpanel', class: "tab-pane #{"active" if @tab == tab_name}" do %> <%= render p %> <% end %> <% end %>