Skip to content

Commit 3cff7a1

Browse files
author
Mario Kehl
committed
added missing mandatory param for partial repositories/download_revision
1 parent 328cc94 commit 3cff7a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: app/views/archived_repositories/show.html.erb

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
<% end %>
6161
</ul>
6262

63-
<%= render :partial => 'repositories/download_revision' %>
63+
<%= render :partial => 'repositories/download_revision'
64+
:locals => { :repository => @repository } %>
6465
<% end %>
6566

6667
<% content_for :header_tags do %>

0 commit comments

Comments
 (0)