X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/52611a5bfa69165179bd871b925b5f8b14942e2e..5dda4196d50774e8a44e9e137d45141d4151764b:/app/views/notes/_note.rss.builder diff --git a/app/views/notes/_note.rss.builder b/app/views/notes/_note.rss.builder index fbd217beb..a1ed7d378 100644 --- a/app/views/notes/_note.rss.builder +++ b/app/views/notes/_note.rss.builder @@ -14,7 +14,7 @@ xml.item do xml.description render(:partial => "description", :object => note, :formats => [ :html ]) if note.author - xml.author note.author_display_name + xml.author note.author.display_name end xml.pubDate note.updated_at.to_s(:rfc822)