diff options
-rw-r--r-- | app/views/projects/merge_requests/show/_commits.html.haml | 2 |
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| |