Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
be1b4ebe
Commit
be1b4ebe
authored
Jan 12, 2018
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts following new LineBreakAroundConditionalBlock cop
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
c43ddc29
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
app/controllers/omniauth_callbacks_controller.rb
app/controllers/omniauth_callbacks_controller.rb
+0
-3
app/helpers/nav_helper.rb
app/helpers/nav_helper.rb
+0
-4
No files found.
app/controllers/omniauth_callbacks_controller.rb
View file @
be1b4ebe
...
...
@@ -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
...
...
app/helpers/nav_helper.rb
View file @
be1b4ebe
...
...
@@ -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]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment