Sha256: 0c7e2809f2f5e251ce09876afd72ae8f54f09093819ed2b94779dff6c7a3fd4f

Contents?: true

Size: 1.61 KB

Versions: 32

Compression:

Stored size: 1.61 KB

Contents

<div class="col-xs-12 col-sm-6">
  <ul id="homeTabs" class="nav nav-pills">
    <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-pills" 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

32 entries across 32 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.9.5 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.9.4 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.9.3 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.9.2 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.9.1 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.9.0 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.8.0 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.7.2 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.7.1 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.7.0 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.6.0 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.5.1 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.5.0 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.4.1 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.4.0 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.3.3 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.3.2 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.3.1 app/views/hyrax/homepage/_home_content.html.erb
hyrax-2.3.0 app/views/hyrax/homepage/_home_content.html.erb