Artist Commentary Changes

<%= render "posts/partials/common/inline_blacklist" %> <% if CurrentUser.is_moderator? %> <% end %> <% if CurrentUser.is_member? %> <% end %> <% @commentary_versions.each do |commentary_version| %> <% if CurrentUser.is_moderator? %> <% end %> <% if CurrentUser.is_member? %> <% end %> <% end %>
Post Original TranslatedIP AddressEdited By Date
<% if params.dig(:search, :post_id).present? %> <%= link_to commentary_version.post_id, post_path(commentary_version.post_id) %> <% else %> <%= PostPresenter.preview(commentary_version.post, :tags => "status:any") %> <% end %>

<%= h(commentary_version.original_title) %>

<%= format_text(commentary_version.original_description, :disable_mentions => true) %>

<%= h(commentary_version.translated_title) %>

<%= format_text(commentary_version.translated_description, :disable_mentions => true) %>
<%= link_to_ip commentary_version.updater_ip_addr %> <%= link_to_user commentary_version.updater %> <%= compact_time commentary_version.updated_at %> <%= link_to "Revert to", revert_artist_commentary_path(commentary_version.post_id, :version_id => commentary_version.id), :remote => true, :method => :put, :data => {:confirm => "Are you sure you want to revert to this version?"} %>
<%= numbered_paginator(@commentary_versions) %> <%= render "artist_commentaries/secondary_links" %>
<% content_for(:page_title) do %> Artist Commentary Versions - <%= Danbooru.config.app_name %> <% end %>