Sha256: 28c4eddacb302d42f4c0f5c27df98e01c3756ee6787aaf3827000374657b04ea

Contents?: true

Size: 1.35 KB

Versions: 14

Compression:

Stored size: 1.35 KB

Contents

<% provide :page_header do %>
  <h1><%= t("hyrax.dashboard.title") %></h1>
<% end %>

<div class="panel panel-default user-activity">
  <div class="panel-heading">
    <h2 class="panel-title "><%= t("hyrax.dashboard.user_activity.title") %></h2>
  </div>
  <div class="panel-body">
    <%= @presenter.render_recent_activity %>
  </div>
</div>

<div class="panel panel-default" id="notifications">
  <div class="panel-heading">
    <h2 class="panel-title "><%= t("hyrax.dashboard.user_notifications") %></h2>
  </div>
  <div class="panel-body">
    <%= @presenter.render_recent_notifications %>
    <%= @presenter.link_to_additional_notifications %>
  </div>
</div>

<% if Flipflop.proxy_deposit? %>
  <div class="panel panel-default" id="proxy_management">
    <div class="panel-heading">
      <h2 class="panel-title "><%= t("hyrax.dashboard.current_proxies") %></h2>
    </div>
    <div class="panel-body">
      <%= render 'hyrax/dashboard/_index_partials/current_proxy_rights', user: current_user %>
      <%= @presenter.link_to_manage_proxies %>
    </div>
  </div>
<% end %>

<div class="panel panel-default transfers">
  <div class="panel-heading">
    <h2 class="panel-title "><%= t("hyrax.dashboard.transfer_of_ownership") %></h2>
  </div>
  <div class="panel-body">
    <%= render 'hyrax/dashboard/_index_partials/transfers', presenter: @presenter.transfers %>
  </div>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/dashboard/show_user.html.erb
hyrax-3.5.0 app/views/hyrax/dashboard/show_user.html.erb
hyrax-3.4.2 app/views/hyrax/dashboard/show_user.html.erb
hyrax-3.4.1 app/views/hyrax/dashboard/show_user.html.erb
hyrax-3.4.0 app/views/hyrax/dashboard/show_user.html.erb
hyrax-3.3.0 app/views/hyrax/dashboard/show_user.html.erb
hyrax-3.2.0 app/views/hyrax/dashboard/show_user.html.erb
hyrax-3.1.0 app/views/hyrax/dashboard/show_user.html.erb
hyrax-3.0.2 app/views/hyrax/dashboard/show_user.html.erb
hyrax-3.0.1 app/views/hyrax/dashboard/show_user.html.erb
hyrax-3.0.0 app/views/hyrax/dashboard/show_user.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/dashboard/show_user.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/dashboard/show_user.html.erb
hyrax-3.0.0.pre.rc2 app/views/hyrax/dashboard/show_user.html.erb