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 %>
- <% if comment_actioning_site.supporter? %><% end %><%= comment_actioning_site.username %> + <% if comment_actioning_site.supporter? %><% end %><%= comment_actioning_site.username %> <%= comment.created_at.ago %> diff --git a/views/_news_profile_comment.erb b/views/_news_profile_comment.erb index d1571e36..ff5b49bf 100644 --- a/views/_news_profile_comment.erb +++ b/views/_news_profile_comment.erb @@ -8,12 +8,12 @@ <% 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 %> <% if actioning_site.id != profile_comment.site_id %> - <% if profile_comment.site.supporter? %><% end %><%= profile_comment.site.username %> + <%= profile_comment.site.username %><% if profile_comment.site.supporter? %><% end %> <% end %>
diff --git a/views/browse.erb b/views/browse.erb index e550d5a3..ac3e978c 100644 --- a/views/browse.erb +++ b/views/browse.erb @@ -99,7 +99,7 @@
- <% if site.supporter? %><% end %><%= site.username %> + <% if site.supporter? %><% end %><%= site.username %>
diff --git a/views/site.erb b/views/site.erb index d2259eeb..8a2ced62 100644 --- a/views/site.erb +++ b/views/site.erb @@ -17,7 +17,7 @@
-

<%= site.title %> <% if site.supporter? %> <% end %>

+

<%= site.title %> <% if site.supporter? %><% end %>

<%= site.host %>