diff --git a/public/img/verified-badge.svg b/public/img/verified-badge.svg
new file mode 100644
index 00000000..216daecb
--- /dev/null
+++ b/public/img/verified-badge.svg
@@ -0,0 +1,4 @@
+
+
diff --git a/views/_news.erb b/views/_news.erb
index 15631481..f4ac1078 100644
--- a/views/_news.erb
+++ b/views/_news.erb
@@ -32,7 +32,7 @@
<% if current_site && current_site.id == actioning_site.id %>
You
<% else %>
- <% if actioning_site.supporter? %><% end %><%= actioning_site.username %>
+ <% if actioning_site.supporter? %><% end %><%= actioning_site.username %>
<% end %>
<% else %>
An anonymous donor
@@ -43,7 +43,7 @@
<% if current_site && event_site.id == current_site.id %>
you!
<% else %>
- <% if event_site.supporter? %><% end %><%= event_site.username %>!
+ <% if event_site.supporter? %>
<% end %><%= event_site.username %>!
<% end %>
@@ -68,7 +68,7 @@
<% if current_site && current_site.id == actioning_site.id %>
You
<% else %>
- <% if actioning_site.supporter? %><% end %><%= actioning_site.username %>
+ <%= actioning_site.username %><% if actioning_site.supporter? %>
<% end %>
<% end %>
followed
@@ -76,7 +76,7 @@
<% if current_site && event_site.id == current_site.id %>
you
<% else %>
- <% if event_site.supporter? %><% end %><%= event_site.username %>
+ <%= event_site.username %><% if event_site.supporter? %>
<% end %>
<% end %>
@@ -148,7 +148,7 @@
<% comment_event_site = comment.event.site_dataset.select(:id, :title, :domain, :username, :stripe_customer_id, :plan_type).first %>