<%= link_to @url, :style => "text-decoration: none;" do %> <%= @environment %> <% end %> <%= _("%s's Notifications") % @profile.name %>
<% if @tasks.present? %>
<%= _('Tasks') %>
<%= render :partial => 'task', :collection => @tasks %>
<% end %> <% if @notifications.present? %>
<%= _('Network Activity') %>
<% @notifications.each do |activity| %>
<%= render :partial => activity.verb, :locals => { :activity => activity } rescue "cannot render notification for #{activity.verb}" %>
<% end %>
<% end %>

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

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

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