Sha256: f2fc0a2824090eb8a3754af0a5a4a2060766b028fa99b4373515b9ca56a25b7d

Contents?: true

Size: 1.28 KB

Versions: 15

Compression:

Stored size: 1.28 KB

Contents

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

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

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

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

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/dashboard/show_user.html.erb
hyrax-5.0.4 app/views/hyrax/dashboard/show_user.html.erb
hyrax-5.0.3 app/views/hyrax/dashboard/show_user.html.erb
hyrax-5.0.2 app/views/hyrax/dashboard/show_user.html.erb
hyrax-5.0.1 app/views/hyrax/dashboard/show_user.html.erb
hyrax-5.0.0 app/views/hyrax/dashboard/show_user.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/dashboard/show_user.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/dashboard/show_user.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/dashboard/show_user.html.erb
hyrax-4.0.0 app/views/hyrax/dashboard/show_user.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/dashboard/show_user.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/dashboard/show_user.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/dashboard/show_user.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/dashboard/show_user.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/dashboard/show_user.html.erb