Commit d6d0a1721c0adf798157905555b56b2a4a389eda
1 parent
3f283904
Exists in
master
and in
4 other branches
Thx Jacob.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/projects/compare/show.html.haml
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | - if @commits.size > 100 |
9 | 9 | .alert.alert-block |
10 | 10 | %p |
11 | - %strong Warning! This comparison include more than 100 commits. | |
11 | + %strong Warning! This comparison includes more than 100 commits. | |
12 | 12 | %p To preserve performance the line diff is not shown. |
13 | 13 | |
14 | 14 | - if @commits.present? | ... | ... |