]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notes/index.html.erb
Merge remote-tracking branch 'upstream/pull/5610'
[rails.git] / app / views / notes / index.html.erb
index f805a10402b413aa295875010a051b7ecbbef76f..0b39234a93e61f2eaf222b0e221906f48bf8c567 100644 (file)
@@ -48,7 +48,7 @@
       </td>
       <td><%= link_to note.id, note %></td>
       <td><%= note_author(note.author) %></td>
-      <td><%= note.description.to_html %></td>
+      <td><%= note_description(note.author, note.description).to_html %></td>
       <td><%= friendly_date_ago(note.created_at) %></td>
       <td><%= friendly_date_ago(note.updated_at) %></td>
     </tr>