* Move group name beneath the artist name. * Replace 'Active' column with '(deleted)' notice next to artist name. * Combine updater, updated at, and ip address fields in single column. * Combine templates for standard listing and revert listing (only difference is presense of 'Revert to' column).
15 lines
344 B
Plaintext
15 lines
344 B
Plaintext
<div id="c-artist-versions">
|
|
<div id="a-index">
|
|
<h1>Artist History</h1>
|
|
|
|
<%= render "standard_listing" %>
|
|
<%= numbered_paginator(@artist_versions, :search_count => params[:search]) %>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render "secondary_links" %>
|
|
|
|
<% content_for(:page_title) do %>
|
|
Artist Versions - <%= Danbooru.config.app_name %>
|
|
<% end %>
|