From: Dmitriy Zaporozhets Date: Tue, 8 Jan 2013 10:23:33 +0000 (+0200) Subject: Fix minor style issue for compare X-Git-Tag: v4.1.0~117 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b6568db1bc1dcd7f8b4d5a946b0b91f9dacd7327;p=wvm%2Fgitlab.git Fix minor style issue for compare --- diff --git a/app/views/compare/show.html.haml b/app/views/compare/show.html.haml index 2abbd3fc0..d8ea3727d 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?