From b6568db1bc1dcd7f8b4d5a946b0b91f9dacd7327 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 8 Jan 2013 12:23:33 +0200 Subject: [PATCH] Fix minor style issue for compare --- app/views/compare/show.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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? -- 2.11.0