Sha256: 839f8909d165743dff91b228c3fa7e22470e513c095cc8556483f94b4ed6510f

Contents?: true

Size: 1.35 KB

Versions: 24

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.title") %></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

24 entries across 24 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.9.5 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.9.4 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.9.3 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.9.2 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.9.1 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.9.0 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.8.0 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.7.2 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.7.1 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.7.0 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.6.0 app/views/hyrax/dashboard/show_user.html.erb
hyrax-3.0.0.pre.rc1 app/views/hyrax/dashboard/show_user.html.erb
hyrax-3.0.0.pre.beta3 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.5.1 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.5.0 app/views/hyrax/dashboard/show_user.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.4.1 app/views/hyrax/dashboard/show_user.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/dashboard/show_user.html.erb
hyrax-2.4.0 app/views/hyrax/dashboard/show_user.html.erb