aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request/show.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/request/show.rhtml')
-rw-r--r--app/views/request/show.rhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml
index dc47de333..681e64f4a 100644
--- a/app/views/request/show.rhtml
+++ b/app/views/request/show.rhtml
@@ -48,8 +48,8 @@
<% end %>
</p>
- <% for correspondence in @correspondences %>
- <%= render :partial => 'correspondence', :locals => { :correspondence => correspondence } %>
+ <% for info_request_event in @info_request_events %>
+ <%= render :partial => 'correspondence', :locals => { :info_request_event => info_request_event, :incoming_message => nil } %>
<% end %>
</div>