]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notes/index.html.erb
Move browse#note to notes#show
[rails.git] / app / views / notes / index.html.erb
index a627e1c545b03f1ef773912115397a36b2439889..2eb99b8124e810ca755797c0196a83de007275e5 100644 (file)
@@ -29,7 +29,7 @@
           <%= image_tag("open_note_marker.png", :alt => "open", :size => "25x40") %>
         <% end %>
       </td>
-      <td><%= link_to note.id, browse_note_path(note) %></td>
+      <td><%= link_to note.id, note %></td>
       <td><%= note_author(note.author) %></td>
       <td><%= note.comments.first.body.to_html %></td>
       <td><%= friendly_date_ago(note.created_at) %></td>