<% provide(:head_title, sanitize_input(t("notifications.title"))) %>
<%= t('notifications.title') %><%= link_to t('nav.user.settings'), preferences_path %>
    <% if @notifications.count > 0 %> <%= render 'list', notifications: @notifications %> <% else %>
  • <%= t('notifications.no_notifications') %>
  • <% end %>
<% if @overflown %> <% end %>
<%= javascript_include_tag("notifications") %>