From 41ed28c6b746d15001346415eba70f5e5d90dce8 Mon Sep 17 00:00:00 2001 From: yanxd Date: Fri, 17 Jan 2014 09:10:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E8=B7=B3=E5=87=BA=E6=96=B0?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/stores/index.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@