summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-03-30 12:18:26 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-03-30 12:18:26 +0000
commit4a01b5e293ccb358d77ac1a25b92d14fd913a4d7 (patch)
tree6b8b6eb18aef4c5d37430d9ab59c01b9ee1469bb /app/views
parent7b2af8740dfa080bcb880fef64de4b99e2255dd4 (diff)
parentb4ce4e6f067bfb2ff0040aefb5884e873f1b8df8 (diff)
downloadgitlab-ce-4a01b5e293ccb358d77ac1a25b92d14fd913a4d7.tar.gz
Merge branch 'functional-closed-sidebar' into 'master'
Functional closed sidebar Adds functionality to include the closed sidebar. When sidebar is closed the details will be visible once changed in open sidebar. This MR fixes some bugs and adds some features from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3175 Fixes: #13594 See merge request !3411
Diffstat (limited to 'app/views')
-rw-r--r--app/views/shared/issuable/_sidebar.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml
index 451c64da2c4..47e544acf52 100644
--- a/app/views/shared/issuable/_sidebar.html.haml
+++ b/app/views/shared/issuable/_sidebar.html.haml
@@ -150,3 +150,4 @@
new LabelsSelect();
new IssuableContext('#{current_user.to_json(only: [:username, :id, :name])}');
new Subscription('.subscription')
+ new Sidebar(); \ No newline at end of file