X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d3700e6201b4b78a70bbb2941572edc985b63c2c..d9a48d66f977afbe9d5e196e9e22d882b16b3566:/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 4b5ae4a8f..5cb99f2f1 100644 --- a/app/views/issues/_comments.html.erb +++ b/app/views/issues/_comments.html.erb @@ -2,9 +2,9 @@ <% comments.each do |comment| %>
+ <%= link_to comment.user.display_name, user_path(comment.user) %>
<%= comment.body %>