Sha256: 5765618dcd6a13a881e09e21afca9b3e9cc3e6291749d03dd350ff2f460be3dc

Contents?: true

Size: 1.75 KB

Versions: 15

Compression:

Stored size: 1.75 KB

Contents

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

<div class="col-sm-6">
  <ul class="nav nav-tabs" role="list">
    <li class="nav-item">
      <a class="nav-link active" aria-expanded="true" href="#tab-col2-first" data-toggle="tab">
        <%= t('hyrax.homepage.admin_sets.title') %>
      </a>
    </li>
    <li class="nav-item">
      <a class="nav-link" aria-expanded="false" href="#tab-col2-second" data-toggle="tab">
        <%= t('hyrax.homepage.featured_researcher.tab_label') %>
      </a>
    </li>
  </ul>
  <div class="tab-content">
    <div class="tab-pane show 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

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/homepage/_home_content.html.erb
hyrax-5.0.4 app/views/hyrax/homepage/_home_content.html.erb
hyrax-5.0.3 app/views/hyrax/homepage/_home_content.html.erb
hyrax-5.0.2 app/views/hyrax/homepage/_home_content.html.erb
hyrax-5.0.1 app/views/hyrax/homepage/_home_content.html.erb
hyrax-5.0.0 app/views/hyrax/homepage/_home_content.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/homepage/_home_content.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/homepage/_home_content.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/homepage/_home_content.html.erb
hyrax-4.0.0 app/views/hyrax/homepage/_home_content.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/homepage/_home_content.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/homepage/_home_content.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/homepage/_home_content.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/homepage/_home_content.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/homepage/_home_content.html.erb