summaryrefslogtreecommitdiff
path: root/app/views/shared
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2017-05-19 19:52:45 +0000
committerFatih Acet <acetfatih@gmail.com>2017-05-19 19:52:45 +0000
commit5460153c9f1a0b1679e4f31f1d588cb77857b714 (patch)
treebbee0c9665f835a7834995374b15ab32d86eded9 /app/views/shared
parentdb4bbbabcafa78cfa0176fefac1b4c1dd33d098f (diff)
parentb3cf3d046b8a319c0dbca7cb9aeaea027c080e6f (diff)
downloadgitlab-ce-5460153c9f1a0b1679e4f31f1d588cb77857b714.tar.gz
Merge branch '32536-mr-widget-performance-improvements' into 'master'
Load improvements related to MR widget See merge request !11518
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/issuable/_sidebar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml
index ac84fffe831..e49bd5ebb13 100644
--- a/app/views/shared/issuable/_sidebar.html.haml
+++ b/app/views/shared/issuable/_sidebar.html.haml
@@ -140,7 +140,7 @@
:javascript
gl.sidebarOptions = {
- endpoint: "#{issuable_json_path(issuable)}",
+ endpoint: "#{issuable_json_path(issuable)}?basic=true",
editable: #{can_edit_issuable ? true : false},
currentUser: #{current_user.to_json(only: [:username, :id, :name], methods: :avatar_url)},
rootPath: "#{root_path}"