* Call it "Changes" when referring to the global list of changes (pool changes, artist changes, etc). * Call it "History" when referring to the history of a single item (pool history, artist history, etc). * Put the artist history search form on the /artist_versions page, and remove the /artist_versions/search endpoint.
15 lines
250 B
Plaintext
15 lines
250 B
Plaintext
<div id="c-artist-versions">
|
|
<div id="a-index">
|
|
<h1>Artist History</h1>
|
|
|
|
<%= render "versions/types" %>
|
|
|
|
<%= render "listing" %>
|
|
|
|
<%= numbered_paginator(@artist_versions) %>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<%= render "artists/secondary_links" %>
|