Sha256: 555e3a782c67181a6849221d32cb159b3bc9fba3f7761de620bb7b8782ff9c17

Contents?: true

Size: 753 Bytes

Versions: 11

Compression:

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

11 entries across 11 versions & 1 rubygems

Version Path
hyrax-2.2.4 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.2.3 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.2.2 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.2.1 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.2.0 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.1.0 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.1.0.rc4 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.1.0.rc3 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.1.0.rc2 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.1.0.rc1 app/views/hyrax/dashboard/_sidebar.html.erb
hyrax-2.1.0.beta2 app/views/hyrax/dashboard/_sidebar.html.erb