Sha256: ac82c08698af419b39fc07870928db65f7dab6a40c3ebe677e5b17fae789474e

Contents?: true

Size: 527 Bytes

Versions: 15

Compression:

Stored size: 527 Bytes

Contents

<% provide :page_header do %>
  <h1><span class="fa fa-bell"></span>  <%= t("hyrax.admin.sidebar.notifications") %></h1>
  <%= link_to hyrax.delete_all_notifications_path,
              method: :delete,
              class: 'btn btn-danger float-right',
              title: 'Delete all user notifications' do %>
    <i class="fa fa-trash"></i> <%= t('hyrax.admin.sidebar.delete_all') %>
  <% end %>
<% end %>

<div class="card">
  <div class="card-body">
    <%= render "notifications", messages: @messages %>
  </div>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

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