- Diff view changes -- Only show pool description changes in diff view -- Conditionally render diff link when applicable values are changed -- Conditionally show diff view sections when values are changed - Show renames on index view -- There is plenty of space -- This wasn't shown at all for wikis -- Having to navigate to an alternate page is unwieldy for pools - Show "posts" as a status on pools -- This is so all changes among versions are quantified as a status - Standardize diff/index titles
15 lines
312 B
Plaintext
15 lines
312 B
Plaintext
<div id="c-artist-commentary-versions">
|
|
<div id="a-index">
|
|
<h1>Artist Commentary History</h1>
|
|
|
|
<%= render "posts/partials/common/inline_blacklist" %>
|
|
|
|
<%= render "listing" %>
|
|
|
|
<%= numbered_paginator(@commentary_versions) %>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<%= render "artist_commentaries/secondary_links" %>
|