Sha256: e67e6595b1cf311c0068fd299f1e0f8773bbbc12154a892e54035e4964f66bb6

Contents?: true

Size: 556 Bytes

Versions: 16

Compression:

Stored size: 556 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 pull-right',
              title: 'Delete all user notifications' do %>
    <i class="glyphicon glyphicon-trash"></i> <%= t('hyrax.admin.sidebar.delete_all') %>
  <% end %>
<% end %>

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

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/notifications/index.html.erb
hyrax-3.5.0 app/views/hyrax/notifications/index.html.erb
hyrax-3.4.2 app/views/hyrax/notifications/index.html.erb
hyrax-3.4.1 app/views/hyrax/notifications/index.html.erb
hyrax-3.4.0 app/views/hyrax/notifications/index.html.erb
hyrax-3.3.0 app/views/hyrax/notifications/index.html.erb
hyrax-3.2.0 app/views/hyrax/notifications/index.html.erb
hyrax-3.1.0 app/views/hyrax/notifications/index.html.erb
hyrax-3.0.2 app/views/hyrax/notifications/index.html.erb
hyrax-3.0.1 app/views/hyrax/notifications/index.html.erb
hyrax-3.0.0 app/views/hyrax/notifications/index.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/notifications/index.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/notifications/index.html.erb
hyrax-3.0.0.pre.rc2 app/views/hyrax/notifications/index.html.erb
hyrax-3.0.0.pre.rc1 app/views/hyrax/notifications/index.html.erb
hyrax-3.0.0.pre.beta3 app/views/hyrax/notifications/index.html.erb