X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e443d99edd9c9b68d6c0fa41b028bb9a5cdb07c5..f7367baa6b6091df3eabbe8b7a4b99e3fa314743:/app/views/api/notes/_note.rss.builder?ds=sidebyside diff --git a/app/views/api/notes/_note.rss.builder b/app/views/api/notes/_note.rss.builder index 968b4dc67..a26f54aa8 100644 --- a/app/views/api/notes/_note.rss.builder +++ b/app/views/api/notes/_note.rss.builder @@ -10,7 +10,7 @@ xml.item do end xml.link browse_note_url(note) - xml.guid note_url(note) + xml.guid api_note_url(note) xml.description render(:partial => "description", :object => note, :formats => [:html]) xml.dc :creator, note.author.display_name if note.author