diff --git a/app/views/stores/index.html.erb b/app/views/stores/index.html.erb index aa799d0a2..d2153f57f 100644 --- a/app/views/stores/index.html.erb +++ b/app/views/stores/index.html.erb @@ -81,13 +81,15 @@ 文件名 下载次数 + 下载次数 <% k.each do |c1|%> <%= link_to_attachment c1 %> - <%= c1.downloads %> + <%= c1.downloads %> + <%= attachFromUrl c1 %> <% end %>