X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f0e3a41726ecee0e772269878d1482081cd98c34..0df788d74232330eea5c2d4854ba0d10796053eb:/app/views/issues/_comments.html.erb diff --git a/app/views/issues/_comments.html.erb b/app/views/issues/_comments.html.erb index a12e46237..8931be8b9 100644 --- a/app/views/issues/_comments.html.erb +++ b/app/views/issues/_comments.html.erb @@ -6,11 +6,6 @@ <%= 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 => :friendly %> @@ -20,7 +15,7 @@
- <%= form_for :issue_comment, :url => { :action => 'comment', :id => @issue.id } do |f| %> + <%= form_for @new_comment, url: issue_comments_path(@issue) do |f| %> <%= richtext_area :issue_comment, :body, :cols => 10, :rows => 8, :required => true %> <%= label_tag t('issues.show.comments.reassign_param') %> <%= check_box_tag :reassign, true %>