buttons margin fixed

This commit is contained in:
Dmitriy Zaporozhets 2012-07-05 09:35:23 +03:00
parent 4e0c2f00d3
commit df6a75d52d
12 changed files with 46 additions and 35 deletions

View file

@ -29,6 +29,9 @@
%span{:id => "#{diff.new_path}"}= diff.new_path
%br/
.diff_file_content
-# Skipp all non non-supported blobs
- next unless file.respond_to?('text?')
- if file.text?
= render "commits/text_file", :diff => diff, :index => i
- elsif file.image?