Commit 1f5891e99183f1b20ced08d75dd44c9a01c48094

Authored by Dmitriy Zaporozhets
1 parent 8aac4fad

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 %span= day.stamp("28 Aug, 2010")
7 7 %p= pluralize(commits.count, 'commit')
8 8 .col-md-10
9   - %ul.well-list
  9 + %ul.bordered-list
10 10 = render commits, project: @project
11 11 %hr.lists-separator
... ...