Sha256: 81457d37d4edf6318538558eb5fec9d9864a8b12a9debe7609a0ba0d02a418ff

Contents?: true

Size: 577 Bytes

Versions: 11

Compression:

Stored size: 577 Bytes

Contents

<ul class="nav nav-tabs" id="myTab">
  <li class="nav-item">
    <a class="nav-link active" href="#contributions">
      <span class="fa fa-star"></span> <%= I18n.t('hyrax.user_profile.tab_highlighted') %>
    </a>
  </li>
  <li class="nav-item">
    <a class="nav-link" href="#activity_log">
      <span class="fa fa-calendar"></span> <%= I18n.t('hyrax.user_profile.tab_activity') %>
    </a>
  </li>
</ul>

<div class="tab-content card-body">
  <%= render 'contributions', presenter: presenter %>
  <%= render 'activity', presenter: presenter %>
</div> <!-- /tab-content -->

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
hyrax-5.0.1 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-5.0.0 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-4.0.0 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/users/_profile_tabs.html.erb