Sha256: 6a0ef0b17fade5b0118837a1658b5b093e6135e8daf6d4c1db6106de515ce603

Contents?: true

Size: 798 Bytes

Versions: 17

Compression:

Stored size: 798 Bytes

Contents

<% menu = Hyrax::MenuPresenter.new(self) %>
<div class="sidebar-toggle"><span class="fa fa-chevron-circle-right"></span></div>
<nav>
  <ul class="nav nav-pills nav-stacked">
    <li>
      <div class="profile">
        <div class="profile-image">
          <%= image_tag current_user.avatar.url(:thumb), width: 100 if current_user.avatar.present? %>
        </div>
        <div class="profile-data">
          <div class="profile-data-name"><%= current_user.name %></div>
        </div>
      </div>
    </li>

    <%= render 'hyrax/dashboard/sidebar/activity', menu: menu %>
    <%= render 'hyrax/dashboard/sidebar/repository_content', menu: menu %>
    <%= render 'hyrax/dashboard/sidebar/tasks', menu: menu %>
    <%= render 'hyrax/dashboard/sidebar/configuration', menu: menu %>
  </ul>
</nav>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
hyrax-2.8.0 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.7.2 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.7.1 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.7.0 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.6.0 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-3.0.0.pre.rc1 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-3.0.0.pre.beta3 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.5.1 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.5.0 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.4.1 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.4.0 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.3.3 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.3.2 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.3.1 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.3.0 app/views/hyrax/dashboard/_sidebar.html.erb