From afce7acbf641b3347428d8090d127c5d0b351d2d Mon Sep 17 00:00:00 2001 From: Andy Zhao Date: Fri, 7 Dec 2018 13:11:27 -0500 Subject: [PATCH] Fix profile's path for comment (#1280) * Use user path instead of comment path, oops * Fix typo * Add 3 retries to capybara failing spec --- app/views/moderations/mod.html.erb | 2 +- app/views/notifications/_comment.html.erb | 2 +- spec/features/podcasts/user_visits_podcast_episode_spec.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/moderations/mod.html.erb b/app/views/moderations/mod.html.erb index 3fa4d76b9..fc092ee35 100644 --- a/app/views/moderations/mod.html.erb +++ b/app/views/moderations/mod.html.erb @@ -84,7 +84,7 @@ <% if @moderatable.class.name == "Article" && (current_user.has_role?(:super_admin) || is_mod) %>
<%= form_for(TagAdjustment.new) do |f| %> -

Remove Innapropriate Tags

+

Remove Inappropriate Tags

<% unless current_user.has_role?(:super_admin) %>