Commit be1b4ebe authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflicts following new LineBreakAroundConditionalBlock cop

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent c43ddc29
......@@ -87,7 +87,6 @@ class OmniauthCallbacksController < Devise::OmniauthCallbacksController
handle_service_ticket oauth['provider'], ticket
end
<<<<<<< HEAD
handle_omniauth
end
......@@ -98,8 +97,6 @@ class OmniauthCallbacksController < Devise::OmniauthCallbacksController
# omniauth-kerberos gem and rename the internal 'kerberos_spnego'
# provider to plain 'kerberos' and remove this special method.
oauth['provider'] = 'kerberos'
=======
>>>>>>> upstream/master
handle_omniauth
end
......
......@@ -11,12 +11,8 @@ module NavHelper
if current_path?('merge_requests#show') ||
current_path?('projects/merge_requests/conflicts#show') ||
current_path?('issues#show') ||
<<<<<<< HEAD
current_path?('milestones#show') ||
current_path?('epics#show')
=======
current_path?('milestones#show')
>>>>>>> upstream/master
if cookies[:collapsed_gutter] == 'true'
%w[page-gutter right-sidebar-collapsed]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment