From 8ccc61d1b3b4f1d343c4a0ae66c33401af160b03 Mon Sep 17 00:00:00 2001 From: mo khan Date: Sat, 7 Feb 2015 08:52:14 -0700 Subject: display reports for each disposition. --- app/views/dispositions/show.html.erb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'app') diff --git a/app/views/dispositions/show.html.erb b/app/views/dispositions/show.html.erb index b60f875..7056b3c 100644 --- a/app/views/dispositions/show.html.erb +++ b/app/views/dispositions/show.html.erb @@ -15,4 +15,23 @@ <%= link_to 'Edit', edit_disposition_path(@disposition) %> | <%= link_to 'Back', dispositions_path %> + +
+ + + + + + + + + <% @disposition.file_reports.each do |report| %> + + + + + <% end %> + +
ReportCreated At
<%= report.data %><%= report.created_at %>
+
-- cgit v1.2.3