]> git.openstreetmap.org Git - rails.git/commitdiff
Remove the reassign boolean display
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 29 Nov 2017 16:47:36 +0000 (16:47 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 29 Nov 2017 16:47:36 +0000 (16:47 +0000)
app/views/issues/_comments.html.erb
config/locales/en.yml

index 36a5ec43d821e01cf9c99f45d717fee9dc4c248b..8931be8b9d9cfe372b3416b00631726beeae67aa 100644 (file)
@@ -6,11 +6,6 @@
       </div>
       <b> <%= link_to comment.user.display_name, :controller => :user, :action =>:view, :display_name => comment.user.display_name %> </b> <br/>
       <%= comment.body %>
-
-      <% if comment.reassign %>
-      <br/>
-      <i><%= t('issues.show.comments.reassign') %></i>
-      <% end %>
     </div>
     <span class="deemphasize">
       On <%= l comment.created_at.to_datetime, :format => :friendly %>
index 7393d6efd95cff68efed6ad39d17482aba3d5a0d..f8ca248b1b069c560350052db4bc1497e666007e 100644 (file)
@@ -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