Rework post version view
- Added a changes column explicitly listing all of the changes -- This makes it more in line with the other views now
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div id="c-post-versions">
|
||||
<div id="a-index">
|
||||
<% if post_versions_listing_type == :revert && @post_versions.present? %>
|
||||
<% if listing_type(:post_id) == :revert && @post_versions.present? %>
|
||||
<h1>Tag History: <%= link_to "Post ##{params.dig(:search, :post_id)}", @post_versions[0].post %></h1>
|
||||
<% else %>
|
||||
<h1>Tag History</h1>
|
||||
|
||||
Reference in New Issue
Block a user