Commit 48b5946f authored by Igor Drozdov's avatar Igor Drozdov

Remove unused no_highlight_files method

parent c15078ae
# 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),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment