diff --git a/app/controllers/post_replacements_controller.rb b/app/controllers/post_replacements_controller.rb index 0f95e8f92..6b66cffe7 100644 --- a/app/controllers/post_replacements_controller.rb +++ b/app/controllers/post_replacements_controller.rb @@ -1,6 +1,6 @@ class PostReplacementsController < ApplicationController respond_to :html, :xml, :json - before_filter :approver_only, except: [:index] + before_filter :moderator_only, except: [:index] def new @post = Post.find(params[:post_id]) diff --git a/app/views/posts/partials/show/_options.html.erb b/app/views/posts/partials/show/_options.html.erb index 126c18ca0..81350deaa 100644 --- a/app/views/posts/partials/show/_options.html.erb +++ b/app/views/posts/partials/show/_options.html.erb @@ -55,9 +55,8 @@