Commit b6568db1bc1dcd7f8b4d5a946b0b91f9dacd7327
1 parent
92a619ad
Exists in
master
and in
4 other branches
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,7 +8,8 @@ | ||
| 8 | 8 | ||
| 9 | - if @commits.present? | 9 | - if @commits.present? |
| 10 | %div.ui-box | 10 | %div.ui-box |
| 11 | - %h5.small Commits (#{@commits.count}) | 11 | + %h5.title |
| 12 | + Commits (#{@commits.count}) | ||
| 12 | %ul.well-list= render @commits | 13 | %ul.well-list= render @commits |
| 13 | 14 | ||
| 14 | - unless @diffs.empty? | 15 | - unless @diffs.empty? |