diff --git a/src/noosfero-spb/software_communities/views/box_organizer/_download_list.html.erb b/src/noosfero-spb/software_communities/views/box_organizer/_download_list.html.erb index 5565495..5f588c2 100644 --- a/src/noosfero-spb/software_communities/views/box_organizer/_download_list.html.erb +++ b/src/noosfero-spb/software_communities/views/box_organizer/_download_list.html.erb @@ -1 +1 @@ -<%= render :partial => 'box_organizer/download_list_template' %> +<%= render :partial => 'box_organizer/download_list_template', :locals => {:download => download} %> diff --git a/src/noosfero-spb/software_communities/views/box_organizer/_download_list_template.html.erb b/src/noosfero-spb/software_communities/views/box_organizer/_download_list_template.html.erb index 29b6e0a..bba48a9 100644 --- a/src/noosfero-spb/software_communities/views/box_organizer/_download_list_template.html.erb +++ b/src/noosfero-spb/software_communities/views/box_organizer/_download_list_template.html.erb @@ -1,23 +1,23 @@