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:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-08-21 13:20:43 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-08-21 13:20:43 +0400
commitf2942ffee0f34e3b48e89d5047b9328e1693e370 (patch)
tree01127e5dd93dbf26681da66c61e679418337a3c0 /app
parent7f8460159fbd1e0168de56a10c0f7fd8e7556693 (diff)
parent1ff781c3c97d383ba37e243da854405ddfabbfed (diff)
Merge pull request #7555 from erikjwaxx/master
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|