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
path: root/app
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-12-08 09:09:38 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-08 09:09:38 +0300
commita0834ebcaa12d126a20e07b6502121e1dc58c9b9 (patch)
treedd4b127209355e93fcb728027776caba5cda2175 /app
parent1741eab29cacbe9bc0ada51f60496774eb177cc9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app')
-rw-r--r--app/helpers/blob_helper.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/helpers/blob_helper.rb b/app/helpers/blob_helper.rb
index 2faa24393cd..87d41928ac6 100644
--- a/app/helpers/blob_helper.rb
+++ b/app/helpers/blob_helper.rb
@@ -1,10 +1,6 @@
# frozen_string_literal: true
module BlobHelper
- def no_highlight_files
- %w(credits changelog news copying copyright license authors)
- end
-
def edit_blob_path(project = @project, ref = @ref, path = @path, options = {})
project_edit_blob_path(project,
tree_join(ref, path),