1 <% content_for :heading do %>
2 <h1><%= t ".title" %></h1>
5 ".point_to_preferences_html",
6 :link => link_to(t(".link_text"), notification_preferences_path)
11 <% if @notifications.items.empty? %>
12 <p><%= t(".no_notifications") %></p>
14 <%= render "page", :notifications => @notifications, :params => @params %>