summaryrefslogtreecommitdiff
path: root/app/views/projects/compare
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@dosire.com>2013-08-09 14:25:22 +0200
committerSytse Sijbrandij <sytse@dosire.com>2013-08-09 14:25:22 +0200
commit3f283904b08fa7f6abef7bb0013c152f1792c89a (patch)
treef391952bb6b55ed2a3d5fb8f8233a150d49c8cc9 /app/views/projects/compare
parentebf11981e07d334ffe902fd04ec418e602789bd9 (diff)
downloadgitlab-ce-3f283904b08fa7f6abef7bb0013c152f1792c89a.tar.gz
Better wording of diff surpression.
Diffstat (limited to 'app/views/projects/compare')
-rw-r--r--app/views/projects/compare/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/compare/show.html.haml b/app/views/projects/compare/show.html.haml
index 266c14b358a..bd0a3840adb 100644
--- a/app/views/projects/compare/show.html.haml
+++ b/app/views/projects/compare/show.html.haml
@@ -8,8 +8,8 @@
- if @commits.size > 100
.alert.alert-block
%p
- %strong Warning! This comparison include 100+ commits.
- %p To prevent performance issue we don't show diff information.
+ %strong Warning! This comparison include more than 100 commits.
+ %p To preserve performance the line diff is not shown.
- if @commits.present?
%div.ui-box