diff --git a/app/views/layouts/_file.html.erb b/app/views/layouts/_file.html.erb index 7bb939a4c..24bfd1843 100644 --- a/app/views/layouts/_file.html.erb +++ b/app/views/layouts/_file.html.erb @@ -3,7 +3,7 @@
<%= yield %> diff --git a/app/views/repositories/_link_to_functions.html.erb b/app/views/repositories/_link_to_functions.html.erb index 53a5acc40..edb5e84a5 100644 --- a/app/views/repositories/_link_to_functions.html.erb +++ b/app/views/repositories/_link_to_functions.html.erb @@ -12,7 +12,7 @@ {:action => 'raw', :id => @project, :repository_id => @repository.identifier_param, :path => to_path_param(@path), - :rev => @rev}) if @repository.supports_cat? %> + :rev => @rev}, class: 'icon icon-download') if @repository.supports_cat? %> <%= "(#{number_to_human_size(@entry.size)})" if @entry.size %>