X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1309661b15b05e487dea1c715689a6c152c186d4..34c473f503679242538fe6aa335796f1aae914b5:/app/views/notes/_note.json.jsonify?ds=sidebyside diff --git a/app/views/notes/_note.json.jsonify b/app/views/notes/_note.json.jsonify index 74ff5ccec..5e3ac518e 100644 --- a/app/views/notes/_note.json.jsonify +++ b/app/views/notes/_note.json.jsonify @@ -26,7 +26,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, :host => SERVER_URL) + json.user_url user_url(:display_name => comment.author.display_name, :only_path => false) end json.action comment.event