X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/effb1b7f4170bb7244c4dfffcbe6134fe00e2bc4..2ab3d56102661f31cc41ef3edca5d72f904a3070:/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 36a5ec43d..4b5ae4a8f 100644 --- a/app/views/issues/_comments.html.erb +++ b/app/views/issues/_comments.html.erb @@ -2,18 +2,13 @@ <% 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.display_name) %>
<%= comment.body %> - - <% if comment.reassign %> -
- <%= t('issues.show.comments.reassign') %> - <% end %>