X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5bed2178231b783176551d21734d23b7a32f0d16..4b0d56f7e15d2929c973265e3b545e69273b8cb5:/app/views/diary_entry/comments.html.erb diff --git a/app/views/diary_entry/comments.html.erb b/app/views/diary_entry/comments.html.erb index 7283a8ee1..3960df302 100644 --- a/app/views/diary_entry/comments.html.erb +++ b/app/views/diary_entry/comments.html.erb @@ -11,7 +11,7 @@ <% @comments.each do |comment| -%> <% cl = cycle('table0', 'table1') %> - <%= link_to comment.diary_entry.title, :action => :view, :display_name => comment.diary_entry.user.display_name, :id => comment.diary_entry.id %> + <%= link_to comment.diary_entry.title, diary_entry_path(comment.diary_entry.user, comment.diary_entry) %> <%= t '.ago', :ago => time_ago_in_words(comment.created_at) %> <%= comment.body.to_html %>