Sha256: c6c774625cef7ffcd3824fa4fbdfc2e4423fa2c4f96447bd7e3524f123a2e29d

Contents?: true

Size: 823 Bytes

Versions: 15

Compression:

Stored size: 823 Bytes

Contents

<% menu = Hyrax::MenuPresenter.new(self) %>
<div class="sidebar-toggle"><span class="fa fa-chevron-circle-right"></span></div>
<nav aria-label="sidebar-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

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-3.2.0 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.9.6 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-3.1.0 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.9.5 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-3.0.2 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-3.0.1 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-3.0.0 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.9.4 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.9.3 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.9.2 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.9.1 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.9.0 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-3.0.0.pre.rc2 app/views/hyrax/dashboard/_sidebar.html.erb