From 1f5891e99183f1b20ced08d75dd44c9a01c48094 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 10 Jun 2014 22:01:56 +0300 Subject: [PATCH] Use more compact bordered-list for commits page --- app/views/projects/commits/_commits.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/commits/_commits.html.haml b/app/views/projects/commits/_commits.html.haml index e3411b6..77f795f 100644 --- a/app/views/projects/commits/_commits.html.haml +++ b/app/views/projects/commits/_commits.html.haml @@ -6,6 +6,6 @@ %span= day.stamp("28 Aug, 2010") %p= pluralize(commits.count, 'commit') .col-md-10 - %ul.well-list + %ul.bordered-list = render commits, project: @project %hr.lists-separator -- libgit2 0.21.2