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