diff --git a/app/views/artist_versions/_revert_listing.html.erb b/app/views/artist_versions/_revert_listing.html.erb
index a3d38dcd7..1a4381650 100644
--- a/app/views/artist_versions/_revert_listing.html.erb
+++ b/app/views/artist_versions/_revert_listing.html.erb
@@ -22,7 +22,7 @@
<% if artist_version.visible? %>
| <%= link_to artist_version.name, artist_path(artist_version.artist_id) %> |
- <%= artist_version_other_names_diff(artist_version) %> |
+ <%= artist_version_other_names_diff(artist_version) %> |
<%= artist_version.group_name %> |
<% else %>
|
diff --git a/app/views/artist_versions/_standard_listing.html.erb b/app/views/artist_versions/_standard_listing.html.erb
index 80ccb5934..dfe57a2c7 100644
--- a/app/views/artist_versions/_standard_listing.html.erb
+++ b/app/views/artist_versions/_standard_listing.html.erb
@@ -22,7 +22,7 @@
<%= link_to artist_version.name, artist_path(artist_version.artist_id) %>
<%= link_to "ยป", artist_versions_path(search: {artist_id: artist_version.artist_id}) %>
- <%= artist_version_other_names_diff(artist_version) %> |
+ <%= artist_version_other_names_diff(artist_version) %> |
<%= artist_version.group_name %> |
<% else %>
|
diff --git a/app/views/pool_versions/_revert_listing.html.erb b/app/views/pool_versions/_revert_listing.html.erb
index 8a2115729..cc6987994 100644
--- a/app/views/pool_versions/_revert_listing.html.erb
+++ b/app/views/pool_versions/_revert_listing.html.erb
@@ -21,7 +21,7 @@
| <%= link_to pool_version.pretty_name, pool_path(pool_version.pool_id), :class => "pool-category-#{pool_version.pool.category}" %> |
<%= link_to pool_version.post_ids.size, pool_versions_path(:search => {:pool_id => pool_version.pool_id}) %> |
- <%= pool_version_diff(pool_version) %> |
+ <%= pool_version_diff(pool_version) %> |
<%= link_to_if pool_version.description_changed, pool_version.description_changed, diff_pool_version_path(pool_version.id) %> |
<%= link_to_user pool_version.updater %> |
<% if CurrentUser.is_moderator? %>
diff --git a/app/views/pool_versions/_standard_listing.html.erb b/app/views/pool_versions/_standard_listing.html.erb
index 167de9ca0..209449dd4 100644
--- a/app/views/pool_versions/_standard_listing.html.erb
+++ b/app/views/pool_versions/_standard_listing.html.erb
@@ -18,7 +18,7 @@
| <%= link_to pool_version.pretty_name, pool_path(pool_version.pool_id), :class => "pool-category-#{pool_version.pool.category}" %> |
<%= link_to pool_version.post_ids.size, pool_versions_path(:search => {:pool_id => pool_version.pool_id}) %> |
- <%= pool_version_diff(pool_version) %> |
+ <%= pool_version_diff(pool_version) %> |
<%= link_to_if pool_version.description_changed, pool_version.description_changed, diff_pool_version_path(pool_version.id) %> |
<%= link_to_user pool_version.updater %> |
<% if CurrentUser.is_moderator? %>
diff --git a/app/views/post_versions/_revert_listing.html.erb b/app/views/post_versions/_revert_listing.html.erb
index 0defec43f..c11349070 100644
--- a/app/views/post_versions/_revert_listing.html.erb
+++ b/app/views/post_versions/_revert_listing.html.erb
@@ -33,7 +33,7 @@
<%= link_to_ip post_version.updater_ip_addr %>
<% end %>
- <%= post_version_diff(post_version) %> |
+ <%= post_version_diff(post_version) %> |
<% if CurrentUser.is_member? %>
<% if post_version.visible? %>
diff --git a/app/views/post_versions/_standard_listing.html.erb b/app/views/post_versions/_standard_listing.html.erb
index 572671a91..dc36aff54 100644
--- a/app/views/post_versions/_standard_listing.html.erb
+++ b/app/views/post_versions/_standard_listing.html.erb
@@ -36,12 +36,12 @@
<%= link_to_ip post_version.updater_ip_addr %>
|
<% end %>
- <%= post_version_diff(post_version) %> |
+ <%= post_version_diff(post_version) %> |
<% if CurrentUser.is_member? %>
<% if post_version.visible? %>
<% if post_version.version != 1 %>
- <%= link_to "Undo", undo_post_version_path(post_version), :method => :put, :remote => true %> |
+ <%= link_to "Undo", undo_post_version_path(post_version), :method => :put, :remote => true %>
<% end %>
<% end %>
|