Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/helpers/blob_helper.rb')
-rw-r--r--app/helpers/blob_helper.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/helpers/blob_helper.rb b/app/helpers/blob_helper.rb
index 6746e6549ec..0d5b8755a37 100644
--- a/app/helpers/blob_helper.rb
+++ b/app/helpers/blob_helper.rb
@@ -268,14 +268,6 @@ module BlobHelper
}.compact
end
- def edit_modify_file_fork_params(action)
- {
- to: request.fullpath,
- notice: edit_in_new_fork_notice_action(action),
- notice_now: edit_in_new_fork_notice_now
- }
- end
-
def edit_fork_button_tag(common_classes, project, label, params, action = 'edit')
fork_path = project_forks_path(project, namespace_key: current_user.namespace.id, continue: params)
@@ -322,11 +314,6 @@ module BlobHelper
@project.team.human_max_access(current_user&.id).try(:downcase)
end
- def editing_ci_config?
- @path.to_s.end_with?(Ci::Pipeline::CONFIG_EXTENSION) ||
- @path.to_s == @project.ci_config_path_or_default
- end
-
def vue_blob_app_data(project, blob, ref)
{
blob_path: blob.path,