X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d1d4f8192da5a266cddb17bb8970b2b04387888c..2aca6920dc3488a381b275d21a31344da02029e6:/app/views/issues/_comments.html.erb diff --git a/app/views/issues/_comments.html.erb b/app/views/issues/_comments.html.erb index de4989afd..4b5ae4a8f 100644 --- a/app/views/issues/_comments.html.erb +++ b/app/views/issues/_comments.html.erb @@ -1,21 +1,25 @@
- <%= comment.body %> -
-<% end %> + <% comments.each do |comment| %> +
+ <%= comment.body %> +
+ <% end %>