remove start_id link for post versions

This commit is contained in:
Toks
2013-04-24 17:38:36 -04:00
parent 56436aec08
commit b008b6f10f

View File

@@ -19,7 +19,7 @@
<tbody>
<% post_versions.each do |post_version| %>
<tr id="post-version-<%= post_version.id %>">
<td><%= link_to(post_version.post_id, post_path(post_version.post_id)) %>.<%= link_to(post_version.id, post_versions_path(:search => {:start_id => post_version.id})) %></td>
<td><%= link_to("#{post_version.post_id}.#{post_version.id}", post_path(post_version.post_id)) %></td>
<td><%= compact_time(post_version.updated_at) %></td>
<td>
<% if post_version.updater %>