diff --git a/app/views/post_versions/_listing.html.erb b/app/views/post_versions/_listing.html.erb index ab37c6e41..2d10e98e8 100644 --- a/app/views/post_versions/_listing.html.erb +++ b/app/views/post_versions/_listing.html.erb @@ -19,7 +19,7 @@ <% post_versions.each do |post_version| %> - <%= 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})) %> + <%= link_to("#{post_version.post_id}.#{post_version.id}", post_path(post_version.post_id)) %> <%= compact_time(post_version.updated_at) %> <% if post_version.updater %>