Fix page controller and action IDs

- Also fix affected CSS and JS files
This commit is contained in:
BrokenEagle
2017-12-27 19:28:32 -08:00
parent b48d5e59ad
commit 31d3215dad
35 changed files with 374 additions and 332 deletions

View File

@@ -1,5 +1,5 @@
<div id="c-reports">
<div id="a-down-voting-post-report">
<div id="a-down-voting-post">
<h1>Down Voting Post Report</h1>
<p>This report uses stastistical analysis to determine if a user's uploads are being targeted by an attacker. It will take some time to generate so you will receive a DMail with the results when it finishes.</p>

View File

@@ -1,5 +1,5 @@
<div id="c-post-versions">
<div id="a-index">
<div id="c-reports">
<div id="a-post-versions-create">
<h1>Post Changes Report</h1>
<p>Only the 1,000 most recent changes are displayed.</p>

View File

@@ -1,5 +1,5 @@
<div id="c-upload-tags-report">
<div id="a-show">
<div id="c-reports">
<div id="a-upload-tags">
<h1>Upload tag changes report for <%= @user.pretty_name %></h1>
<%= render "posts/partials/common/inline_blacklist" %>