Sha256: 391101bb8c9a3c08a7370928e8274d161461ad4de6665f4b17146faeb6523c45

Contents?: true

Size: 755 Bytes

Versions: 13

Compression:

Stored size: 755 Bytes

Contents

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

Version data entries

13 entries across 13 versions & 1 rubygems

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