X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d1d4f8192da5a266cddb17bb8970b2b04387888c..b92c699a66fcf6433915ca7771206c61de205a67:/app/views/issues/_comments.html.erb?ds=sidebyside diff --git a/app/views/issues/_comments.html.erb b/app/views/issues/_comments.html.erb index de4989afd..13f5bb192 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 %>