Skip to content
Snippets Groups Projects
Commit 5d2299ac authored by Jacob Schatz's avatar Jacob Schatz
Browse files

Fix diff and commit view on merge requests

with new sidebar
Fixes #3981
parent 3720b98e
No related branches found
No related tags found
1 merge request!2718Fix diff and commit view on merge requests
Pipeline #
......@@ -32,8 +32,10 @@ def page_sidebar_class
end
def page_gutter_class
if current_path?('merge_requests#show') || current_path?('issues#show')
if current_path?('merge_requests#show') ||
current_path?('merge_requests#diffs') ||
current_path?('merge_requests#commits') ||
current_path?('issues#show')
if cookies[:collapsed_gutter] == 'true'
"page-gutter right-sidebar-collapsed"
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment