X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c82fdf8e0fd4e5a8f2d831592d5e1fe13e1fe558..040c0184a4455f713277fd2d97dd964b067f832a:/app/views/issues/show.html.erb diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index e8cfafb45..3af1c402d 100644 --- a/app/views/issues/show.html.erb +++ b/app/views/issues/show.html.erb @@ -27,14 +27,14 @@ <% if @read_reports.present? %>

<%= t ".read_reports" %>

- <%= render 'reports', reports: @read_reports %> + <%= render 'reports', :reports => @read_reports %>
<% end %> <% if @unread_reports.any? %>

<%= t ".new_reports" %>

- <%= render 'reports', reports: @unread_reports %> + <%= render 'reports', :reports => @unread_reports %>
<% end %>
@@ -59,4 +59,4 @@

<%= t ".comments_on_this_issue" %>

-<%= render 'comments', comments: @comments %> +<%= render 'comments', :comments => @comments %>