summaryrefslogtreecommitdiff
path: root/app/views/projects/commits/_commits.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-10 22:01:56 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-10 22:01:56 +0300
commit1f5891e99183f1b20ced08d75dd44c9a01c48094 (patch)
tree5adf54f414f9506fbbccd9db3d04344f3b221ba3 /app/views/projects/commits/_commits.html.haml
parent8aac4fadba2c50d2a1b855c893fba31038cc15d8 (diff)
downloadgitlab-ce-1f5891e99183f1b20ced08d75dd44c9a01c48094.tar.gz
Use more compact bordered-list for commits page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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 e3411b62eb6..77f795f23f2 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