summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-08 12:23:33 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-08 12:23:33 +0200
commitb6568db1bc1dcd7f8b4d5a946b0b91f9dacd7327 (patch)
tree4d8497dab216e808087d749ec8946029e8e367a2
parent92a619ad28ae380e5c88c1784bb92f91a7c55bb1 (diff)
downloadgitlab-ce-b6568db1bc1dcd7f8b4d5a946b0b91f9dacd7327.tar.gz
Fix minor style issue for compare
-rw-r--r--app/views/compare/show.html.haml3
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?