Sha256: 52dc75a6778d5f77a3ca60ed5efcc9ba1482ca55202d3ba33085e772dbff03ee

Contents?: true

Size: 1.16 KB

Versions: 10

Compression:

Stored size: 1.16 KB

Contents

<div class="panel panel-default" id="activity">
  <div class="panel-heading dashboard-panel">
    <h3 class="panel-title "><%= t("hyrax.dashboard.user_activity") %></h3>
  </div>
  <div class="panel-body">
    <%= render_recent_activity %>
  </div>
</div>

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

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

<div class="panel panel-default" id="transfers">
  <div class="panel-heading dashboard-panel">
    <h3 class="panel-title "><%= t("hyrax.dashboard.transfer_of_ownership") %></h3>
  </div>
  <div class="panel-body">
    <%= render 'hyrax/dashboard/_index_partials/transfers' %>
  </div>
</div>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/dashboard/_index_partials/_contents.html.erb
hyrax-1.1.0 app/views/hyrax/dashboard/_index_partials/_contents.html.erb
hyrax-1.0.5 app/views/hyrax/dashboard/_index_partials/_contents.html.erb
hyrax-1.0.4 app/views/hyrax/dashboard/_index_partials/_contents.html.erb
hyrax-1.0.3 app/views/hyrax/dashboard/_index_partials/_contents.html.erb
hyrax-1.0.2 app/views/hyrax/dashboard/_index_partials/_contents.html.erb
hyrax-1.0.1 app/views/hyrax/dashboard/_index_partials/_contents.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/dashboard/_index_partials/_contents.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/dashboard/_index_partials/_contents.html.erb
test_hyrax-0.0.1.alpha app/views/hyrax/dashboard/_index_partials/_contents.html.erb