summaryrefslogtreecommitdiff
path: root/app/views/projects/commits/_commit_list.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/commits/_commit_list.html.haml')
-rw-r--r--app/views/projects/commits/_commit_list.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/commits/_commit_list.html.haml b/app/views/projects/commits/_commit_list.html.haml
index bac9e244d36..8755b1cf359 100644
--- a/app/views/projects/commits/_commit_list.html.haml
+++ b/app/views/projects/commits/_commit_list.html.haml
@@ -3,12 +3,12 @@
%div.panel.panel-default
.panel-heading
- Commits (#{@commits.count})
+ 提交 (#{@commits.count})
- if hidden > 0
%ul.well-list
- 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 to prevent performance issues.
+ #{number_with_delimiter(hidden)} 次更多提交因为性能问题而隐藏。
- else
%ul.well-list= render commits, project: @project