diff --git a/app/views/stores/index.html.erb b/app/views/stores/index.html.erb index 5c9b72228..098c63494 100644 --- a/app/views/stores/index.html.erb +++ b/app/views/stores/index.html.erb @@ -71,10 +71,10 @@ - <% 5.times do |c1|%> + <% @projects_attach.each do |c1|%> - <%=c1%> - <%=c1%> ti + <%= c1 %> + <%= c1.downloads %> ti <% end %>