Sha256: f39a871cdfc8ff0f7415cd58c851be0b6a65324cdee466aee8657e82b0e6ce40

Contents?: true

Size: 1.63 KB

Versions: 26

Compression:

Stored size: 1.63 KB

Contents

  <li class="h5"><%= t('hyrax.admin.sidebar.activity') %></li>

  <li>
    <%= menu.collapsable_section t('hyrax.admin.sidebar.user_activity'),
                                 icon_class: "fa fa-line-chart",
                                 id: 'collapseUserActivity',
                                 open: menu.user_activity_section? do %>
      <%= menu.nav_link(hyrax.dashboard_profile_path(current_user),
                        also_active_for: hyrax.edit_dashboard_profile_path(current_user)) do %>
        <span class="fa fa-id-card" aria-hidden="true"></span> <span class="sidebar-action-text"><%= t('hyrax.admin.sidebar.profile') %></span>
      <% end %>

      <%= menu.nav_link(hyrax.notifications_path) do %>
        <span class="fa fa-bell" aria-hidden="true"></span> <span class="sidebar-action-text"><%= t('hyrax.admin.sidebar.notifications') %></span>
      <% end %>

      <%= menu.nav_link(hyrax.transfers_path) do %>
        <span class="fa fa-arrows-h" aria-hidden="true"></span> <span class="sidebar-action-text"><%= t('hyrax.admin.sidebar.transfers') %></span>
      <% end %>

      <% if Flipflop.proxy_deposit? %>
        <%= menu.nav_link(hyrax.depositors_path) do %>
          <span class="fa fa-users" aria-hidden="true"></span> <span class="sidebar-action-text"><%= t('hyrax.dashboard.manage_proxies') %></span>
        <% end %>
      <% end %>
    <% end %>
  </li>

  <% if can? :read, :admin_dashboard %>
    <%= menu.nav_link(hyrax.admin_stats_path) do %>
      <span class="fa fa-bar-chart" aria-hidden="true"></span> <span class="sidebar-action-text"><%= t('hyrax.admin.sidebar.statistics') %></span>
    <% end %>
  <% end %>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/dashboard/sidebar/_activity.html.erb
hyrax-2.9.5 app/views/hyrax/dashboard/sidebar/_activity.html.erb
hyrax-2.9.4 app/views/hyrax/dashboard/sidebar/_activity.html.erb
hyrax-2.9.3 app/views/hyrax/dashboard/sidebar/_activity.html.erb
hyrax-2.9.2 app/views/hyrax/dashboard/sidebar/_activity.html.erb
hyrax-2.9.1 app/views/hyrax/dashboard/sidebar/_activity.html.erb
hyrax-2.9.0 app/views/hyrax/dashboard/sidebar/_activity.html.erb
hyrax-2.8.0 app/views/hyrax/dashboard/sidebar/_activity.html.erb
hyrax-2.7.2 app/views/hyrax/dashboard/sidebar/_activity.html.erb
hyrax-2.7.1 app/views/hyrax/dashboard/sidebar/_activity.html.erb
hyrax-2.7.0 app/views/hyrax/dashboard/sidebar/_activity.html.erb
hyrax-2.6.0 app/views/hyrax/dashboard/sidebar/_activity.html.erb
hyrax-2.5.1 app/views/hyrax/dashboard/sidebar/_activity.html.erb
hyrax-2.5.0 app/views/hyrax/dashboard/sidebar/_activity.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/dashboard/sidebar/_activity.html.erb
hyrax-2.4.1 app/views/hyrax/dashboard/sidebar/_activity.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/dashboard/sidebar/_activity.html.erb
hyrax-2.4.0 app/views/hyrax/dashboard/sidebar/_activity.html.erb
hyrax-2.3.3 app/views/hyrax/dashboard/sidebar/_activity.html.erb
hyrax-2.3.2 app/views/hyrax/dashboard/sidebar/_activity.html.erb