diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-08 12:23:33 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-08 12:23:33 +0200 |
commit | b6568db1bc1dcd7f8b4d5a946b0b91f9dacd7327 (patch) | |
tree | 4d8497dab216e808087d749ec8946029e8e367a2 | |
parent | 92a619ad28ae380e5c88c1784bb92f91a7c55bb1 (diff) | |
download | gitlab-ce-b6568db1bc1dcd7f8b4d5a946b0b91f9dacd7327.tar.gz |
Fix minor style issue for compare
-rw-r--r-- | app/views/compare/show.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/compare/show.html.haml b/app/views/compare/show.html.haml index 2abbd3fc0ee..d8ea3727d57 100644 --- a/app/views/compare/show.html.haml +++ b/app/views/compare/show.html.haml @@ -8,7 +8,8 @@ - if @commits.present? %div.ui-box - %h5.small Commits (#{@commits.count}) + %h5.title + Commits (#{@commits.count}) %ul.well-list= render @commits - unless @diffs.empty? |