ref: master
app/views/person_notifier/mailer/content_summary.html.erb
<%= link_to @url, :style => "text-decoration: none;" do %> <%= @environment.name %> <% end %> <%= _("%s's Notifications").html_safe % @profile.name %><% if @tasks.present? %><% end %> <% if @notifications.present? %><%= _('Tasks') %><%= render :partial => 'task', :collection => @tasks %><% end %><%= _('Network Activity') %><% @notifications.each do |activity| %><% end %><%= render_activity(activity) %>
<%= _("Greetings,") %>
<%= _('%s team.').html_safe % @environment.name %>
<%= link_to @url, url_for(@url) %>