summaryrefslogtreecommitdiff
path: root/app/views/projects/commits/_commits.html.haml
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-08 09:53:29 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-12-29 12:44:15 -0600
commitb3e2fe69c1ea16d1be0a8bd8799c9bf46253e698 (patch)
tree5b11e9fa0d614afba74fd277e7b12230cd6a80ab /app/views/projects/commits/_commits.html.haml
parent714f70a38df10e678bffde6e6081a97e31d8317c (diff)
downloadgitlab-ce-b3e2fe69c1ea16d1be0a8bd8799c9bf46253e698.tar.gz
Start commits refactor
Diffstat (limited to 'app/views/projects/commits/_commits.html.haml')
-rw-r--r--app/views/projects/commits/_commits.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/_commits.html.haml b/app/views/projects/commits/_commits.html.haml
index 48756c68941..fb8a96ee5b3 100644
--- a/app/views/projects/commits/_commits.html.haml
+++ b/app/views/projects/commits/_commits.html.haml
@@ -4,7 +4,7 @@
- commits.chunk { |c| c.committed_date.in_time_zone.to_date }.each do |day, commits|
%li.commit-header= "#{day.strftime('%d %b, %Y')} #{pluralize(commits.count, 'commit')}"
%li.commits-row
- %ul.list-unstyled.commit-list
+ %ul.content-list.commit-list
= render commits, project: project, ref: ref
- if hidden > 0