aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/user/river.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/user/river.html.erb')
-rw-r--r--app/views/user/river.html.erb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/user/river.html.erb b/app/views/user/river.html.erb
index 9618e0aa8..7277e5ee5 100644
--- a/app/views/user/river.html.erb
+++ b/app/views/user/river.html.erb
@@ -4,8 +4,7 @@
<h1><%=@title%></h1>
<% for result in @results %>
- <%= render :partial => 'request/request_listing_via_event', :locals => {
- :event => result[:model], :info_request => result[:model].info_request } %>
+ <%= render :partial => 'request/request_listing_via_event', :locals => { :event => result[:model] } %>
<% end %>
</div>