diff --git a/app/views/attachments/diff.html.erb b/app/views/attachments/diff.html.erb index 5f5f4d7..0bd802d 100644 --- a/app/views/attachments/diff.html.erb +++ b/app/views/attachments/diff.html.erb @@ -1,10 +1,10 @@ <%= render :layout => 'layouts/file' do %> -<%= form_tag({}, :method => 'get') do %> -
- <%= l(:label_view_diff) %>: - - -
-<% end %> -<%= render :partial => 'common/diff', :locals => {:diff => @diff, :diff_type => @diff_type, :diff_style => nil} %> + <%= form_tag({}, :method => 'get') do %> ++ <%= l(:label_view_diff) %>: + + +
+ <% end %> + <%= render :partial => 'common/diff', :locals => {:diff => @diff, :diff_type => @diff_type, :diff_style => nil} %> <% end %> diff --git a/app/views/attachments/file.html.erb b/app/views/attachments/file.html.erb index e691249..af5ea78 100644 --- a/app/views/attachments/file.html.erb +++ b/app/views/attachments/file.html.erb @@ -1,4 +1,4 @@ <%= render :layout => 'layouts/file' do %> - -<%= render :partial => 'common/file', :locals => {:content => @content, :filename => @attachment.filename} %> + + <%= render :partial => 'common/file', :locals => {:content => @content, :filename => @attachment.filename} %> <% end %>