diff --git a/app/views/compare/show.html.haml b/app/views/compare/show.html.haml
index 2abbd3f..d8ea372 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?
--
libgit2 0.21.2