diff --git a/app/views/stores/index.html.erb b/app/views/stores/index.html.erb index 5b20e5fbc..ecdc3c290 100644 --- a/app/views/stores/index.html.erb +++ b/app/views/stores/index.html.erb @@ -27,7 +27,7 @@ <%= link_to c1.filename, (attachFromUrl c1), {:title => c1.filename, :target => "_blank"} %> <%= c1.downloads %> - <%= link_to_attachment c1, {:text => image_tag("/images/button/download.png", width: "22px", alt: "l(:button_download)") }%> + <%= link_to_attachment c1, {:text => image_tag("/images/button/download.png", width: "22px", alt: l(:button_download)) }%> <% end %> @@ -38,6 +38,7 @@