Sha256: be7d816816dc044832ce3b82a489980e56fd937a535587b4ca96de59a94eddb0

Contents?: true

Size: 539 Bytes

Versions: 10

Compression:

Stored size: 539 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

10 entries across 10 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-1.1.0 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-1.0.5 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-1.0.4 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-1.0.3 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-1.0.2 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-1.0.1 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/users/_profile_tabs.html.erb
test_hyrax-0.0.1.alpha app/views/hyrax/users/_profile_tabs.html.erb