]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entry/comments.html.erb
Generate correct links to language specific diary lists
[rails.git] / app / views / diary_entry / comments.html.erb
index 1404847b37ece29f2b1dc3e8198f1ccd2cb9f659..b506ddfb027609db5b522ec29bb7b7615440aaec 100644 (file)
@@ -9,7 +9,7 @@
   <% @comments.each do |comment| -%>
   <% cl = cycle('table0', 'table1') %>
   <tr class="<%= cl %>">
-    <td><%= link_to comment.diary_entry.title, :action => :view, :display_name => comment.diary_entry.user, :id => comment.diary_entry.id %></td>
+    <td><%= link_to comment.diary_entry.title, :action => :view, :display_name => comment.diary_entry.user.display_name, :id => comment.diary_entry.id %></td>
     <td><span title="<%= l comment.created_at, :format => :friendly %>"><%= t 'diary_entry.comments.ago', :ago => time_ago_in_words(comment.created_at) %></span></td>
     <td><%= htmlize(comment.body) %></td>
   </tr>