diff --git a/app/views/stores/index.html.erb b/app/views/stores/index.html.erb index d2153f57f..ee7cda629 100644 --- a/app/views/stores/index.html.erb +++ b/app/views/stores/index.html.erb @@ -81,15 +81,15 @@ 文件名 下载次数 - 下载次数 + 下载 <% k.each do |c1|%> - <%= link_to_attachment c1 %> + <%= link_to c1.filename, (attachFromUrl c1) %> <%= c1.downloads %> - <%= attachFromUrl c1 %> + <%= link_to_attachment c1, {:text => "下载"}%> <% end %>