cirandas.net

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? %>
<%= _('Tasks') %>
<%= render :partial => 'task', :collection => @tasks %>
<% end %> <% if @notifications.present? %>
<%= _('Network Activity') %>
<% @notifications.each do |activity| %>
<%= render_activity(activity) %>
<% end %>
<% end %>

<%= _("Greetings,") %>

<%= _('%s team.').html_safe % @environment.name %>

<%= link_to @url, url_for(@url) %>