Commit b6568db1bc1dcd7f8b4d5a946b0b91f9dacd7327

Authored by Dmitriy Zaporozhets
1 parent 92a619ad

Fix minor style issue for compare

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
app/views/compare/show.html.haml
... ... @@ -8,7 +8,8 @@
8 8  
9 9 - if @commits.present?
10 10 %div.ui-box
11   - %h5.small Commits (#{@commits.count})
  11 + %h5.title
  12 + Commits (#{@commits.count})
12 13 %ul.well-list= render @commits
13 14  
14 15 - unless @diffs.empty?
... ...