Commit 1f5891e99183f1b20ced08d75dd44c9a01c48094
1 parent
8aac4fad
Exists in
spb-stable
and in
2 other branches
Use more compact bordered-list for commits page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/projects/commits/_commits.html.haml
@@ -6,6 +6,6 @@ | @@ -6,6 +6,6 @@ | ||
6 | %span= day.stamp("28 Aug, 2010") | 6 | %span= day.stamp("28 Aug, 2010") |
7 | %p= pluralize(commits.count, 'commit') | 7 | %p= pluralize(commits.count, 'commit') |
8 | .col-md-10 | 8 | .col-md-10 |
9 | - %ul.well-list | 9 | + %ul.bordered-list |
10 | = render commits, project: @project | 10 | = render commits, project: @project |
11 | %hr.lists-separator | 11 | %hr.lists-separator |