Sha256: 5138084d66d188af2e026d21372e73f8188f628e0e99027046fe894031828315

Contents?: true

Size: 1.55 KB

Versions: 14

Compression:

Stored size: 1.55 KB

Contents

<div class="col-sm-6">
  <ul id="homeTabs" class="nav nav-tabs" role="list">
    <li class="active"><a href="#featured_container" data-toggle="tab" id="featureTab"><%= t('hyrax.homepage.featured_works.tab_label') %></a></li>
    <li><a 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 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-sm-6">

  <ul class="nav nav-tabs" role="list">
    <li class="active"><a aria-expanded="true" href="#tab-col2-first" data-toggle="tab"><%= t('hyrax.homepage.admin_sets.title') %></a></li>
    <li class=""><a 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 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

14 entries across 14 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/homepage/_home_content.html.erb
hyrax-3.5.0 app/views/hyrax/homepage/_home_content.html.erb
hyrax-3.4.2 app/views/hyrax/homepage/_home_content.html.erb
hyrax-3.4.1 app/views/hyrax/homepage/_home_content.html.erb
hyrax-3.4.0 app/views/hyrax/homepage/_home_content.html.erb
hyrax-3.3.0 app/views/hyrax/homepage/_home_content.html.erb
hyrax-3.2.0 app/views/hyrax/homepage/_home_content.html.erb
hyrax-3.1.0 app/views/hyrax/homepage/_home_content.html.erb
hyrax-3.0.2 app/views/hyrax/homepage/_home_content.html.erb
hyrax-3.0.1 app/views/hyrax/homepage/_home_content.html.erb
hyrax-3.0.0 app/views/hyrax/homepage/_home_content.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/homepage/_home_content.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/homepage/_home_content.html.erb
hyrax-3.0.0.pre.rc2 app/views/hyrax/homepage/_home_content.html.erb