X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8cf16fe78b85743f284413fd8542f890bd6865fa..4dd4831c0aedee97b69fd0c942d559cd0d1f7ed9:/app/views/issues/_comments.html.erb diff --git a/app/views/issues/_comments.html.erb b/app/views/issues/_comments.html.erb index 36a5ec43d..5cb99f2f1 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) %>
<%= comment.body %> - - <% if comment.reassign %> -
- <%= t('issues.show.comments.reassign') %> - <% end %>