Sha256: 92ff38715101448c738d642f238bfac6867a3a490e5d5fb95bc5192099cb0957

Contents?: true

Size: 1.35 KB

Versions: 10

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">
    <h3 class="panel-title "><%= t("hyrax.dashboard.user_activity") %></h3>
  </div>
  <div class="panel-body">
    <%= @presenter.render_recent_activity %>
  </div>
</div>

<div class="panel panel-default" id="notifications">
  <div class="panel-heading">
    <h3 class="panel-title "><%= t("hyrax.dashboard.user_notifications") %></h3>
  </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">
      <h3 class="panel-title "><%= t("hyrax.dashboard.current_proxies") %></h3>
    </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">
    <h3 class="panel-title "><%= t("hyrax.dashboard.transfer_of_ownership") %></h3>
  </div>
  <div class="panel-body">
    <%= render 'hyrax/dashboard/_index_partials/transfers', presenter: @presenter.transfers %>
  </div>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

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