Skip to content

Commit b436a02

Browse files
Mario Kehlroot
Mario Kehl
authored and
root
committed
added missing mandatory param for partial repositories/download_revision
1 parent f015e52 commit b436a02

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)