Sha256: 4be2da96672ee3e238d8b3ea04024bdb2d76a0850ca5c7f5fbb8624a1f4d964c

Contents?: true

Size: 1.29 KB

Versions: 10

Compression:

Stored size: 1.29 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>

<div class="panel panel-default" id="proxy_management">
  <div class="panel-heading">
    <h3 class="panel-title "><%= t("hyrax.dashboard.manage_proxies") %></h3>
  </div>
  <div class="panel-body">
    <% if Flipflop.proxy_deposit? %>
      <%= render 'hyrax/dashboard/_index_partials/proxy_rights', user: current_user %>
    <% end %>
  </div>
</div>

<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.0.3 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.1.0.beta2 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.0.2 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.0.1 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.0.0 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/dashboard/show_user.html.erb