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:
authorErik Weatherwax <erik.weatherwax@xls.xerox.com>2014-08-20 20:53:19 +0400
committerErik Weatherwax <erik.weatherwax@xls.xerox.com>2014-08-20 20:53:19 +0400
commit1ff781c3c97d383ba37e243da854405ddfabbfed (patch)
tree3608487dea2dc9b45151f7aae8a2f32192d52330 /app
parent87efd92d8cc378697359012226d2679cab7e1e9e (diff)
Fix spelling error in merge request performance issue warning.
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/merge_requests/show/_commits.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/show/_commits.html.haml b/app/views/projects/merge_requests/show/_commits.html.haml
index 92a7bb927e4..ede709ea1df 100644
--- a/app/views/projects/merge_requests/show/_commits.html.haml
+++ b/app/views/projects/merge_requests/show/_commits.html.haml
@@ -17,7 +17,7 @@
- @commits.first(MergeRequestDiff::COMMITS_SAFE_SIZE).each do |commit|
= render "projects/commits/inline_commit", commit: commit, project: @merge_request.source_project
%li
- other #{@commits.size - MergeRequestDiff::COMMITS_SAFE_SIZE} commits hidden top prevent performance issues.
+ other #{@commits.size - MergeRequestDiff::COMMITS_SAFE_SIZE} commits hidden to prevent performance issues.
- else
%ul.all-commits.hide.well-list
- @commits.each do |commit|