1 <%# locals: (notification:, record:) %>
4 "notifications/notification_header",
5 :title => t(".headline"),
6 :timestamp => record.created_at
10 "notifications/notification_body",
11 :author => record.follower
15 "notifications.new_follower.description_html",
16 :follower_name_with_link => link_to(
17 record.follower.display_name,
21 t("notifications.new_follower.link_text"),
22 follow_url(record.follower)