From: Andy Allan Date: Wed, 29 Nov 2017 16:47:36 +0000 (+0000) Subject: Remove the reassign boolean display X-Git-Tag: live~2957^2~83 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/546d13c25f461e1764a058e114e6fc7027265ad8?ds=sidebyside Remove the reassign boolean display --- diff --git a/app/views/issues/_comments.html.erb b/app/views/issues/_comments.html.erb index 36a5ec43d..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 %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 7393d6efd..f8ca248b1 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -933,7 +933,6 @@ en: resolve_with_user: You have tried to resolve the problem with the user show: comments: - reassign: The Issue was reassigned reassign_param: Reassign Issue? comment: provide_details: Please provide the required details