BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
c9165f84
Commit
c9165f84
authored
Dec 19, 2016
by
Mike Greiling
Committed by
Alfredo Sumaran
Dec 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused helper method
parent
759e37f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
commits_helper.rb
app/helpers/commits_helper.rb
+0
-14
No files found.
app/helpers/commits_helper.rb
View file @
c9165f84
...
...
@@ -194,20 +194,6 @@ module CommitsHelper
end
end
def
fork_path_url
(
continue_to_path
,
message:
nil
)
notice
=
edit_in_new_fork_notice
notice
<<
"
#{
message
}
"
unless
message
.
nil?
continue_params
=
{
to:
continue_to_path
,
notice:
notice
,
notice_now:
edit_in_new_fork_notice_now
}
namespace_project_forks_path
(
@project
.
namespace
,
@project
,
namespace_key:
current_user
.
namespace
.
id
,
continue:
continue_params
)
end
def
view_file_btn
(
commit_sha
,
diff_new_path
,
project
)
link_to
(
namespace_project_blob_path
(
project
.
namespace
,
project
,
...
...
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