X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/cf639202b802be9ce1a6f3f65e7d4f6292a2ad3a..b578cee7597fbf4ea6e20ce3e9134dade790a80b:/app/views/issues/_comments.html.erb?ds=inline diff --git a/app/views/issues/_comments.html.erb b/app/views/issues/_comments.html.erb index 52f740b09..6e0f241b2 100644 --- a/app/views/issues/_comments.html.erb +++ b/app/views/issues/_comments.html.erb @@ -1,29 +1,30 @@
- <%= comment.body %> + <% comments.each do |comment| %> +
+ <%= comment.body %> - <% if comment.reassign %> -
- <%= t('issues.show.comments.reassign') %> - <% end %> -
-<% end %> + <% if comment.reassign %> +
+ <%= t('issues.show.comments.reassign') %> + <% end %> +
+ <% end %>