Sha256: ba4a81751c3ea14fac83f8a1f9872083d8a7f8522c449ef70b4ba1e7e436db89

Contents?: true

Size: 1.28 KB

Versions: 13

Compression:

Stored size: 1.28 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"></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"></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"></span> <span class="sidebar-action-text"><%= t('hyrax.admin.sidebar.transfers') %></span>
      <% end %>
    <% end %>
  </li>

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

Version data entries

13 entries across 13 versions & 1 rubygems

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