Sha256: 801483bb8ebff7f1a9665e289f1713f07dfc1358c7b385c10f597a0df527fc66

Contents?: true

Size: 524 Bytes

Versions: 46

Compression:

Stored size: 524 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> Delete All
  <% end %>
<% end %>

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

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/notifications/index.html.erb
hyrax-2.9.5 app/views/hyrax/notifications/index.html.erb
hyrax-2.9.4 app/views/hyrax/notifications/index.html.erb
hyrax-2.9.3 app/views/hyrax/notifications/index.html.erb
hyrax-2.9.2 app/views/hyrax/notifications/index.html.erb
hyrax-2.9.1 app/views/hyrax/notifications/index.html.erb
hyrax-2.9.0 app/views/hyrax/notifications/index.html.erb
hyrax-2.8.0 app/views/hyrax/notifications/index.html.erb
hyrax-2.7.2 app/views/hyrax/notifications/index.html.erb
hyrax-2.7.1 app/views/hyrax/notifications/index.html.erb
hyrax-2.7.0 app/views/hyrax/notifications/index.html.erb
hyrax-2.6.0 app/views/hyrax/notifications/index.html.erb
hyrax-2.5.1 app/views/hyrax/notifications/index.html.erb
hyrax-2.5.0 app/views/hyrax/notifications/index.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/notifications/index.html.erb
hyrax-2.4.1 app/views/hyrax/notifications/index.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/notifications/index.html.erb
hyrax-2.4.0 app/views/hyrax/notifications/index.html.erb
hyrax-2.3.3 app/views/hyrax/notifications/index.html.erb
hyrax-2.3.2 app/views/hyrax/notifications/index.html.erb