Fix spelling error in merge request performance issue warning.

This commit is contained in:
Erik Weatherwax 2014-08-20 12:53:19 -04:00
parent 87efd92d8c
commit 1ff781c3c9
1 changed files with 1 additions and 1 deletions

View File

@ -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|