X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/73c95847a6680bea7f35fe5b3da6eb4e52757b9c..60aab3d2b8ea9363c95c5ea85d9e905186e6d9a3:/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 54932cc56..d7005d75e 100644 --- a/app/views/issues/_comments.html.erb +++ b/app/views/issues/_comments.html.erb @@ -1,25 +1,29 @@ -
+ <%= t ".comment_from_html", :user_link => link_to(comment.user.display_name, comment.user), + :comment_created_at => tag.time(l(comment.created_at.to_datetime, :format => :friendly), + :datetime => comment.created_at.xmlschema) %> +
+- <%= t ".comment_from_html", :user_link => link_to(comment.user.display_name, user_path(comment.user)), - :comment_created_at => l(comment.created_at.to_datetime, :format => :friendly) %> -
-<%= comment.body %>
<% end %>
-
-
- <%= f.submit %> + +