OSDN Git Service

Fix minor style issue for compare
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Tue, 8 Jan 2013 10:23:33 +0000 (12:23 +0200)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Tue, 8 Jan 2013 10:23:33 +0000 (12:23 +0200)
app/views/compare/show.html.haml

index 2abbd3f..d8ea372 100644 (file)
@@ -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?