diff --git a/app/views/archived_repositories/show.html.erb b/app/views/archived_repositories/show.html.erb index 9e5d189b1..619c869a8 100644 --- a/app/views/archived_repositories/show.html.erb +++ b/app/views/archived_repositories/show.html.erb @@ -60,7 +60,7 @@ <% end %> - <%= render :partial => 'repositories/download_revision' + <%= render :partial => 'repositories/download_revision', :locals => { :repository => @repository } %> <% end %>