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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-18 21:12:18 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-18 21:12:18 +0300
commit75d2145ec0ac2d1d9112e535d115dd59ea15f841 (patch)
treea718decacc900e28aa2186e900305736245a300f /app
parent057d43500b1d0a9cb1d9905d776b1602dd3d3461 (diff)
parenta6a9cc6245b5bc3026348b1e40f954caef476487 (diff)
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
Diffstat (limited to 'app')
-rw-r--r--app/helpers/blob_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/blob_helper.rb b/app/helpers/blob_helper.rb
index e75eebd2da9..d754de0bd76 100644
--- a/app/helpers/blob_helper.rb
+++ b/app/helpers/blob_helper.rb
@@ -17,7 +17,7 @@ module BlobHelper
end
def no_highlight_files
- %w(credits changelog copying copyright license authors)
+ %w(credits changelog news copying copyright license authors)
end
def edit_blob_link(project, ref, path, options = {})