Commit edcafdf93be6d369b4792979bdb773c878b4f865

Authored by Victor Costa
2 parents 91aa12b4 de40b2b7

Merge branch 'fix_person_notifier' into stable

Conflicts:
	app/views/person_notifier/mailer/content_summary.html.erb
app/views/person_notifier/mailer/content_summary.html.erb
... ... @@ -3,9 +3,9 @@
3 3 <div style="display: table; background-color: white; margin: 26px 0;">
4 4 <div style="padding: 25px 20px 20px 20px;text-align: left;">
5 5 <%= link_to @url, :style => "text-decoration: none;" do %>
6   - <span style="font-weight:bold;font-size: 30px;margin: 0;color: white;background-color: #AAAAAA;padding: 5px;"><%= @environment %></span>
  6 + <span style="font-weight:bold;font-size: 28px;margin: 0;color: white;background-color: #AAAAAA;padding: 5px;"><%= @environment %></span>
7 7 <% end %>
8   - <span style="font-weight:bold;color: #333;font-size:20px;margin-left: 8px;"><%= _("%s's network activity") % @profile.name %></h3>
  8 + <span style="font-weight:bold;color: #333;font-size:19px;margin-left: 8px;"><%= _("%s's network activity") % @profile.name %></h3>
9 9 </div>
10 10 <div style="margin: 0 20px 20px 20px;border-top:2px solid #e2e2e2;">
11 11 <% @notifications.each do |activity| %>
... ...