Sha256: acc3b79cf5b9d4ba498ba0a5e2cf7644a8a07892b89efa9222b9ab5a7b9a05e3

Contents?: true

Size: 532 Bytes

Versions: 13

Compression:

Stored size: 532 Bytes

Contents

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

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

Version data entries

13 entries across 13 versions & 1 rubygems

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