X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/980422533d315d623c0a880721e0f8a91c5ec19f..cd801b2c12eae0f11fadf4b247e1403f9e3a5b78:/app/views/issues/_comments.html.erb diff --git a/app/views/issues/_comments.html.erb b/app/views/issues/_comments.html.erb index 6e0f241b2..54932cc56 100644 --- a/app/views/issues/_comments.html.erb +++ b/app/views/issues/_comments.html.erb @@ -1,30 +1,25 @@
- <%= comment.body %> - - <% if comment.reassign %> -
- <%= t('issues.show.comments.reassign') %> - <% end %> +
+ <%= 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 %>
+
-
- <%= submit_tag 'Submit' %> + <%= label_tag :reassign, t(".reassign_param") %> <%= check_box_tag :reassign, true %> +
+
+ <%= f.submit %> <% end %>