Sha256: ad45d98df4328c1f45b3bdb9c3fcb133812a6f66f6249c90e77c9e361165bd3c

Contents?: true

Size: 1.61 KB

Versions: 12

Compression:

Stored size: 1.61 KB

Contents

<div class="col-xs-12 col-sm-6">
  <ul id="homeTabs" class="nav nav-tabs">
    <li class="active"><a href="#featured_container" data-toggle="tab" role="tab" id="featureTab"><%= t('hyrax.homepage.featured_works.tab_label') %></a></li>
    <li><a href="#recently_uploaded" data-toggle="tab" role="tab" id="recentTab"><%= t('hyrax.homepage.recently_uploaded.tab_label') %></a></li>
  </ul>
  <div class="tab-content">
    <div class="tab-pane fade in active" id="featured_container" role="tabpanel" aria-labelledby="featureTab">
      <%= render 'featured_works' %>
    </div>
    <div class="tab-pane fade" id="recently_uploaded" role="tabpanel" aria-labelledby="recentTab">
      <%= render 'recently_uploaded', recent_documents: @recent_documents %>
    </div>
  </div>
</div><!-- /.col-xs-6 -->

<div class="col-xs-12 col-sm-6">

  <ul class="nav nav-tabs" role="tablist">
    <li class="active"><a aria-expanded="true" href="#tab-col2-first" role="tab" data-toggle="tab"><%= t('hyrax.homepage.admin_sets.title') %></a></li>
    <li class=""><a aria-expanded="false" href="#tab-col2-second" role="tab" data-toggle="tab"><%= t('hyrax.homepage.featured_researcher.tab_label') %></a></li>
  </ul>

  <div class="tab-content">
    <div class="tab-pane active" id="tab-col2-first">
      <h2 class="sr-only"><%= t('hyrax.homepage.admin_sets.title') %></h2>
      <%= render 'explore_collections', collections: @presenter.collections %>
    </div>
    <div class="tab-pane" id="tab-col2-second">
      <h2 class="sr-only"><%= t('hyrax.homepage.featured_researcher.title') %></h2>
      <%= render 'featured_researcher' %>
    </div>
  </div>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hyrax-2.0.3 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.0.2 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.0.1 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.0.0 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/homepage/_home_content.html.erb