Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2017-08-07 14:59:34 +0300
committerSean McGivern <sean@gitlab.com>2017-08-07 14:59:34 +0300
commit6f5f7e404997c1b82d30cd3e551245756c21a73f (patch)
tree9cff1eb92208c42ae51552568b0640a6c6c55bdc /app/views/projects/issues
parentfecb1a2f3c77205a72eeff1a3501629d2d1811d8 (diff)
Convert ?full_data=1 -> ?view=full_data
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 8e17895c1c7..538bb50d3c9 100644
--- a/app/views/projects/issues/_discussion.html.haml
+++ b/app/views/projects/issues/_discussion.html.haml
@@ -9,7 +9,7 @@
new_session_path: new_session_path(:user, redirect_to_referer: 'yes'),
markdown_docs: help_page_path('user/markdown'),
quick_actions_docs: help_page_path('user/project/quick_actions'),
- notes_path: "#{notes_url}?full_data=1",
+ notes_path: notes_url(view: 'full_data'),
last_fetched_at: Time.now.to_i,
issue_data: serialize_issuable(@issue),
current_user_data: UserSerializer.new.represent(current_user).to_json }}