diff --git a/app/views/artist_commentary_versions/_standard_listing.html.erb b/app/views/artist_commentary_versions/_listing.html.erb
similarity index 100%
rename from app/views/artist_commentary_versions/_standard_listing.html.erb
rename to app/views/artist_commentary_versions/_listing.html.erb
diff --git a/app/views/artist_commentary_versions/index.html.erb b/app/views/artist_commentary_versions/index.html.erb
index 25a7f65f8..573722507 100644
--- a/app/views/artist_commentary_versions/index.html.erb
+++ b/app/views/artist_commentary_versions/index.html.erb
@@ -4,7 +4,7 @@
<%= render "posts/partials/common/inline_blacklist" %>
- <%= render "standard_listing" %>
+ <%= render "listing" %>
<%= numbered_paginator(@commentary_versions) %>
diff --git a/app/views/artist_versions/_standard_listing.html.erb b/app/views/artist_versions/_listing.html.erb
similarity index 100%
rename from app/views/artist_versions/_standard_listing.html.erb
rename to app/views/artist_versions/_listing.html.erb
diff --git a/app/views/artist_versions/index.html.erb b/app/views/artist_versions/index.html.erb
index 10b506e3c..61eddc430 100644
--- a/app/views/artist_versions/index.html.erb
+++ b/app/views/artist_versions/index.html.erb
@@ -2,8 +2,10 @@
Artist History
- <%= render "standard_listing" %>
+ <%= render "listing" %>
+
<%= numbered_paginator(@artist_versions, :search_count => params[:search]) %>
+
diff --git a/app/views/note_versions/_standard_listing.html.erb b/app/views/note_versions/_listing.html.erb
similarity index 100%
rename from app/views/note_versions/_standard_listing.html.erb
rename to app/views/note_versions/_listing.html.erb
diff --git a/app/views/note_versions/index.html.erb b/app/views/note_versions/index.html.erb
index fe51998a0..674379814 100644
--- a/app/views/note_versions/index.html.erb
+++ b/app/views/note_versions/index.html.erb
@@ -2,10 +2,11 @@
Note Changes
- <%= render "standard_listing" %>
+ <%= render "listing" %>
<%= numbered_paginator(@note_versions) %>
- <%= render "notes/secondary_links" %>
+
+<%= render "notes/secondary_links" %>
\ No newline at end of file
diff --git a/app/views/pool_versions/_standard_listing.html.erb b/app/views/pool_versions/_listing.html.erb
similarity index 100%
rename from app/views/pool_versions/_standard_listing.html.erb
rename to app/views/pool_versions/_listing.html.erb
diff --git a/app/views/pool_versions/index.html.erb b/app/views/pool_versions/index.html.erb
index 541540ec2..988d2279e 100644
--- a/app/views/pool_versions/index.html.erb
+++ b/app/views/pool_versions/index.html.erb
@@ -2,7 +2,7 @@
Pool History
- <%= render "standard_listing" %>
+ <%= render "listing" %>
<%= numbered_paginator(@pool_versions) %>