Fix spacing issues on versions

- Removed pipe character '|' on post version standard listing
This commit is contained in:
BrokenEagle
2018-01-02 22:28:05 -08:00
parent a8c4179083
commit 2e6f216e10
6 changed files with 7 additions and 7 deletions

View File

@@ -33,7 +33,7 @@
<%= link_to_ip post_version.updater_ip_addr %>
</td>
<% end %>
<td><%= post_version_diff(post_version) %></td>
<td class="col-expand"><%= post_version_diff(post_version) %></td>
<% if CurrentUser.is_member? %>
<td>
<% if post_version.visible? %>

View File

@@ -36,12 +36,12 @@
<%= link_to_ip post_version.updater_ip_addr %>
</td>
<% end %>
<td><%= post_version_diff(post_version) %></td>
<td class="col-expand"><%= post_version_diff(post_version) %></td>
<% if CurrentUser.is_member? %>
<td>
<% 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 %>
</td>