Merge pull request #4379 from BrokenEagle/fix-revert-views

Fix artist commentary version view
This commit is contained in:
evazion
2020-04-04 01:15:19 -05:00
committed by GitHub

View File

@@ -4,7 +4,7 @@
<%= PostPresenter.preview(@commentary_versions.first.post, show_deleted: true) %>
<% end %>
<%= table_for @commentary_versions, {class: "striped", width: "100%"} do |t| %>
<%= table_for @commentary_versions, class: "striped" do |t| %>
<% if listing_type(:post_id) == :standard %>
<% t.column "Post", width: "1%" do |commentary_version| %>
<%= PostPresenter.preview(commentary_version.post, show_deleted: true) %>