X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f7367baa6b6091df3eabbe8b7a4b99e3fa314743..aebacc88de18c24c583a12b589eb98cf0b826627:/app/views/api/notes/_note.rss.builder diff --git a/app/views/api/notes/_note.rss.builder b/app/views/api/notes/_note.rss.builder index a26f54aa8..0bfdb385d 100644 --- a/app/views/api/notes/_note.rss.builder +++ b/app/views/api/notes/_note.rss.builder @@ -9,11 +9,11 @@ xml.item do xml.title t("api.notes.rss.opened", :place => location) end - xml.link browse_note_url(note) + xml.link 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 + xml.dc :creator, note.author.display_name unless note.author.nil? || note.author.status == "deleted" xml.pubDate note.created_at.to_fs(:rfc822) xml.geo :lat, note.lat