Commit f2942ffe authored by Jacob Vosmaer's avatar Jacob Vosmaer

Merge pull request #7555 from erikjwaxx/master

Fix spelling error in merge request performance issue warning.
parents 7f846015 1ff781c3
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
- @commits.first(MergeRequestDiff::COMMITS_SAFE_SIZE).each do |commit| - @commits.first(MergeRequestDiff::COMMITS_SAFE_SIZE).each do |commit|
= render "projects/commits/inline_commit", commit: commit, project: @merge_request.source_project = render "projects/commits/inline_commit", commit: commit, project: @merge_request.source_project
%li %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 - else
%ul.all-commits.hide.well-list %ul.all-commits.hide.well-list
- @commits.each do |commit| - @commits.each do |commit|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment