提交 9d9d2fbb 编写于 作者: J Jacob Vosmaer

Prevent performance issues

上级 d51877ca
......@@ -9,6 +9,6 @@
- commits.each do |commit|
= render "projects/commits/inline_commit", commit: commit, project: @project
%li.warning-row.unstyled
#{number_with_delimiter(hidden)} additional commits have been omitted.
#{number_with_delimiter(hidden)} additional commits have been omitted to prevent performance issues.
- else
%ul.well-list= render commits, project: @project
......@@ -18,4 +18,4 @@
- if hidden > 0
.alert.alert-warning
#{number_with_delimiter(hidden)} additional commits have been omitted.
#{number_with_delimiter(hidden)} additional commits have been omitted to prevent performance issues.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册