18 lines
383 B
Plaintext
18 lines
383 B
Plaintext
<div id="c-post-versions">
|
|
<div id="a-index">
|
|
<h1>Changes</h1>
|
|
|
|
<% if @post_versions.all.empty? %>
|
|
<%= render "post_sets/blank" %>
|
|
<% else %>
|
|
<%= render "listing", :post_versions => @post_versions %>
|
|
<% end %>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render "secondary_links" %>
|
|
|
|
<% content_for(:page_title) do %>
|
|
Post Changes - <%= Danbooru.config.app_name %>
|
|
<% end %>
|