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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
5569573a
Commit
5569573a
authored
Nov 08, 2016
by
Hiroyuki Sato
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactor method name
parent
95a78fb5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/controllers/projects/network_controller.rb
app/controllers/projects/network_controller.rb
+2
-2
No files found.
app/controllers/projects/network_controller.rb
View file @
5569573a
...
@@ -5,7 +5,7 @@ class Projects::NetworkController < Projects::ApplicationController
...
@@ -5,7 +5,7 @@ class Projects::NetworkController < Projects::ApplicationController
before_action
:require_non_empty_project
before_action
:require_non_empty_project
before_action
:assign_ref_vars
before_action
:assign_ref_vars
before_action
:authorize_download_code!
before_action
:authorize_download_code!
before_action
:assign_
extended_sha1
before_action
:assign_
commit
def
show
def
show
@url
=
namespace_project_network_path
(
@project
.
namespace
,
@project
,
@ref
,
@options
.
merge
(
format: :json
))
@url
=
namespace_project_network_path
(
@project
.
namespace
,
@project
,
@ref
,
@options
.
merge
(
format: :json
))
...
@@ -24,7 +24,7 @@ class Projects::NetworkController < Projects::ApplicationController
...
@@ -24,7 +24,7 @@ class Projects::NetworkController < Projects::ApplicationController
end
end
end
end
def
assign_
extended_sha1
def
assign_
commit
return
if
params
[
:extended_sha1
].
blank?
return
if
params
[
:extended_sha1
].
blank?
@options
[
:extended_sha1
]
=
params
[
:extended_sha1
]
@options
[
:extended_sha1
]
=
params
[
:extended_sha1
]
...
...
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