X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fb78544d05fc3539e672d029b37e6e37bf9a610a..f72c34aaf85b736a2d4b880886ca84f490b28ba0:/app/views/issues/_comments.html.erb diff --git a/app/views/issues/_comments.html.erb b/app/views/issues/_comments.html.erb index de4989afd..2e259a169 100644 --- a/app/views/issues/_comments.html.erb +++ b/app/views/issues/_comments.html.erb @@ -6,6 +6,11 @@ <%= link_to comment.user.display_name, :controller => :user,:action =>:view, :display_name => comment.user.display_name %>
<%= comment.body %> + + <% if comment.reassign %> +
+ <%= t('issues.show.comments.reassign') %> + <% end %> On <%= l comment.created_at.to_datetime, :format => :long %> @@ -16,6 +21,9 @@
<%= form_for :issue_comment, :url => { :action => 'comment', :id => @issue.id, :user_id => @user.id } do |f| %> <%= richtext_area :issue_comment, :body, :cols => 10, :rows => 8 %> + <%= label_tag t('issues.show.comments.reassign_param') %> <%= check_box_tag :reassign, true %> +
+
<%= submit_tag 'Submit' %> <% end %>
\ No newline at end of file