Sha256: 46bcc88f6f7fc1fc07e89f72ff00b56993148b002de70e6f72da64e8f74af46d
Contents?: true
Size: 1.11 KB
Versions: 3
Compression:
Stored size: 1.11 KB
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 flex-column"> <li class="nav-item"> <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> <li class="nav-item"> <%= link_to hyrax.dashboard_path, class: "nav-link", title: t('hyrax.admin.sidebar.dashboard') do %> <span class="fa fa-home" aria-hidden="true"></span> <span class="sidebar-action-text"><%= t('hyrax.admin.sidebar.dashboard') %></span> <% end %> </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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hyrax-5.0.1 | app/views/hyrax/dashboard/_sidebar.html.erb |
hyrax-5.0.0 | app/views/hyrax/dashboard/_sidebar.html.erb |
hyrax-5.0.0.rc3 | app/views/hyrax/dashboard/_sidebar.html.erb |