Remove the reassign boolean display

This commit is contained in:
Andy Allan 2017-11-29 16:47:36 +00:00
parent 1956ab5913
commit 546d13c25f
2 changed files with 0 additions and 6 deletions

View 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 %>

View 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