diff --git a/app/views/favorites/index.html.erb b/app/views/favorites/index.html.erb index db4269ca7..66d1b2dc0 100644 --- a/app/views/favorites/index.html.erb +++ b/app/views/favorites/index.html.erb @@ -15,6 +15,10 @@ Related + <% if CurrentUser.is_gold? %> + <%= link_to "Similar users", reports_similar_users_path %> + <% end %> + <%= link_to "Deleted posts", posts_path(:tags => "#{@favorite_set.tag_string} status:deleted") %> <%= link_to "Random post", random_posts_path(:tags => @favorite_set.tag_string), :id => "random-post" %> diff --git a/app/views/users/_statistics.html.erb b/app/views/users/_statistics.html.erb index 213faa3a9..2eab13b36 100644 --- a/app/views/users/_statistics.html.erb +++ b/app/views/users/_statistics.html.erb @@ -137,7 +137,7 @@ <%= presenter.previous_names %> <% end %> - + <% if CurrentUser.user.id == user.id %> API Key