<% content_for :heading do %>

<%= t ".title" %>

<%= t( ".point_to_preferences_html", :link => link_to(t(".link_text"), notification_preferences_path) ) %>

<% end %> <% if @notifications.items.empty? %>

<%= t(".no_notifications") %>

<% else %> <%= render "page", :notifications => @notifications, :params => @params %> <% end %>