diff --git a/app/views/stores/index.html.erb b/app/views/stores/index.html.erb index 4df1b8239..8ad37f504 100644 --- a/app/views/stores/index.html.erb +++ b/app/views/stores/index.html.erb @@ -8,28 +8,33 @@

<%= @str_arr.shift %>

- - - - - - - - - - <% k.each do |c1|%> - - - - - - <% end %> - -
<%=l(:label_attachment)%><%=l(:field_downloads)%><%=l(:button_download)%>
<%= link_to c1.filename, (attachFromUrl c1), {:title => c1.filename, :target => "_blank"} %> <%= c1.downloads %> - <%= link_to_attachment c1, {:download => true, :text => image_tag("/images/button/download.png", width: "22px", alt: l(:button_download)) }%> -
+ +
+
+
<%=l(:label_attachment)%>
+
<%=l(:field_downloads)%>
+
<%=l(:button_download)%>
+
+
+ +
+ <% k.each do |c1|%> +
+
+ <%= link_to c1.filename, (attachFromUrl c1), {:title => c1.filename, :target => "_blank"} %> +
+
+ <%= c1.downloads %> +
+
+ <%= link_to_attachment c1, {:download => true, :text => image_tag("/images/button/download.png", width: "22px", alt: l(:button_download)) }%> +
+
+ <% end -%> +
+ -<% reset_cycle; end %> +<% end; reset_cycle %>