diff --git a/app/views/moderator/dashboards/_activity_appeal.html.erb b/app/views/moderator/dashboards/_activity_appeal.html.erb deleted file mode 100644 index 0eccc60aa..000000000 --- a/app/views/moderator/dashboards/_activity_appeal.html.erb +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - <% @dashboard.appeals.each do |post| %> - - - - - - - - <% end %> - -
Appeals
PostUserFlagsAppealsScore
<%= PostPresenter.preview(post, show_deleted: true) %><%= mod_link_to_user post.uploader, :negative %><%= render "post_flags/reasons", flags: post.flags %><%= render "post_appeals/reasons", appeals: post.appeals %><%= post.score %>
- -

<%= link_to "View all appeals", post_appeals_path %>

diff --git a/app/views/moderator/dashboards/show.html.erb b/app/views/moderator/dashboards/show.html.erb index 037a09ba5..41d71eb0c 100644 --- a/app/views/moderator/dashboards/show.html.erb +++ b/app/views/moderator/dashboards/show.html.erb @@ -11,14 +11,12 @@
<%= render "activity_upload" %>
<%= render "activity_note" %>
-
<%= render "activity_tag" %>
<%= render "activity_wiki_page" %>
<%= render "activity_artist" %>
-
<%= render "activity_comment" %>
-
<%= render "activity_appeal" %>
+
<%= render "activity_comment" %>
<%= render "activity_user_feedback" %>
<%= render "activity_mod_action" %>