Sha256: cb190c1726767b161c1d386c53c945411cb73c292289734ce7235d1eae355345

Contents?: true

Size: 531 Bytes

Versions: 35

Compression:

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

35 entries across 35 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-2.9.5 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-2.9.4 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-2.9.3 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-2.9.2 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-2.9.1 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-2.9.0 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-2.8.0 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-2.7.2 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-2.7.1 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-2.7.0 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-2.6.0 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-3.0.0.pre.rc1 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-3.0.0.pre.beta3 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-2.5.1 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-2.5.0 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-2.4.1 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/users/_profile_tabs.html.erb
hyrax-2.4.0 app/views/hyrax/users/_profile_tabs.html.erb