summaryrefslogtreecommitdiff
path: root/app/views/projects/issues
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2017-12-07 23:30:17 +0000
committerRobert Speicher <robert@gitlab.com>2017-12-07 23:30:17 +0000
commit22666b78080a02951d4c6a732ca4b0b6e1beb4b7 (patch)
tree465bde07ccc632ce864a15e669dc9e11789a05d9 /app/views/projects/issues
parent73a79f7efbd8dec42b4a344faa3df5bf1c57a315 (diff)
parente6ac6734c2f636d3d063718a95ba1169e299b51f (diff)
downloadgitlab-ce-22666b78080a02951d4c6a732ca4b0b6e1beb4b7.tar.gz
Merge branch '40825-use-relative-path-urls' into 'master'
Use relative _path helper URLs in the GitLab UI Closes #40825 See merge request gitlab-org/gitlab-ce!15738
Diffstat (limited to 'app/views/projects/issues')
-rw-r--r--app/views/projects/issues/_discussion.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/_discussion.html.haml b/app/views/projects/issues/_discussion.html.haml
index 1eccc0509bd..9779c1985d5 100644
--- a/app/views/projects/issues/_discussion.html.haml
+++ b/app/views/projects/issues/_discussion.html.haml
@@ -14,4 +14,4 @@
notes_path: notes_url,
last_fetched_at: Time.now.to_i,
noteable_data: serialize_issuable(@issue),
- current_user_data: UserSerializer.new.represent(current_user).to_json } }
+ current_user_data: UserSerializer.new.represent(current_user, only_path: true).to_json } }