diff --git a/app/views/attachments/_homework_jour_link.html.erb b/app/views/attachments/_homework_jour_link.html.erb index a83640f1f..e0efa211c 100644 --- a/app/views/attachments/_homework_jour_link.html.erb +++ b/app/views/attachments/_homework_jour_link.html.erb @@ -1,4 +1,4 @@ -
+
<% for attachment in attachments %>
<%= link_to_short_attachment attachment, :class => 'link_file', :download => true, :length => 100 -%> @@ -13,5 +13,6 @@ :target => "_blank"%>
<% end %> +
<% end %>