Remove the reassign boolean display
This commit is contained in:
parent
1956ab5913
commit
546d13c25f
2 changed files with 0 additions and 6 deletions
|
@ -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 %>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue