]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/issues/_comments.html.erb
Remove column sorting
[rails.git] / app / views / issues / _comments.html.erb
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 %>