<% @page_title = "Notifications" %> <% @hide_footer_frames = true %> <% content_for :header do %>

<%= @page_title %>

<%= link_to notifications_settings_path, class: "btn" do %> <%= icon_tag "settings" %> Notification settings <% end %>
<% end %>
<%= render "notifications/index/unread_notifications", unread: @unread if @unread %> <%= render "notifications/index/read_notifications", page: @page %>
<%= notifications_next_page_link(@page) if @page.records.any? %>