X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d56b1400bc13432afe38a679a8b9028fff1e0453..3af16f6337b52546297e7e09a1aba9b0e1df7e15:/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 af9409662..89f3098a8 100644 --- a/app/views/issues/_comments.html.erb +++ b/app/views/issues/_comments.html.erb @@ -2,29 +2,24 @@ <% comments.each do |comment| %>
- On <%= l comment.created_at.to_datetime, :format => :friendly %> + <%= t(".created_at", :datetime => l(comment.created_at.to_datetime, :format => :friendly)) %>
+ <%= link_to comment.user.display_name, user_path(comment.user) %>
<%= comment.body %> - - <% if comment.reassign %> -
- <%= t('issues.show.comments.reassign') %> - <% end %>