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