buttons margin fixed
This commit is contained in:
parent
4e0c2f00d3
commit
df6a75d52d
12 changed files with 46 additions and 35 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue