X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d1d4f8192da5a266cddb17bb8970b2b04387888c..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 de4989afd..6e0f241b2 100644 --- a/app/views/issues/_comments.html.erb +++ b/app/views/issues/_comments.html.erb @@ -1,21 +1,30 @@
- <%= comment.body %> -
-<% end %> + <% comments.each do |comment| %> +
+ <%= comment.body %> + + <% if comment.reassign %> +
+ <%= t('issues.show.comments.reassign') %> + <% end %> +
+ <% end %>