]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notes/_note.json.jsonify
Make user links in note API responses use the main server name
[rails.git] / app / views / notes / _note.json.jsonify
index c702d9254b49aa886426887da8faf84fcf5b4b94..985bcf79c6f8f7126ddecfbf466e165ab6ae0f91 100644 (file)
@@ -20,7 +20,7 @@ json.properties do
     if comment.author
       json.uid comment.author.id
       json.user comment.author.display_name
-      json.user_url user_url(:display_name => comment.author.display_name)
+      json.user_url user_url(:display_name => comment.author.display_name, :host => SERVER_URL)
     end
 
     json.action comment.event