X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/827024f7e6c48a11dbe08e569e2cbd852701bd31..e85c56d151a88a69f878ce4ed5bfdf4bbe695fbb:/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 %>