fix post version diff method

This commit is contained in:
albert
2013-02-23 16:04:09 -05:00
parent 56dd8707fd
commit 8911738909
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,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)) %></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 %>