Commit d51877ca authored by Jacob Vosmaer's avatar Jacob Vosmaer

Change "some commits hidden" message

parent 82363332
......@@ -9,6 +9,6 @@
- commits.each do |commit|
= render "projects/commits/inline_commit", commit: commit, project: @project
%li.warning-row.unstyled
other #{hidden} commits hidden to prevent performance issues.
#{number_with_delimiter(hidden)} additional commits have been omitted.
- else
%ul.well-list= render commits, project: @project
......@@ -18,4 +18,4 @@
- if hidden > 0
.alert.alert-warning
Not shown: #{hidden} more commits
#{number_with_delimiter(hidden)} additional commits have been omitted.
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