git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@19696
e93f8b46-1217-0410-a6f0-
8f06a7374b81
<% for status in @statuses -%>
<td class="<%= @permissions[status.id][field].try(:join, ' ') %>" title="<%= name %> (<%= status.name %>)">
<%= field_permission_tag(@permissions, status, field, @roles) %>
- <% unless status == @statuses.last %><a href="#" class="repeat-value">»</a><% end %>
+ <% unless status == @statuses.last %><a href="#" class="repeat-value" title="<%= l(:button_copy) %>">»</a><% end %>
</td>
<% end -%>
</tr>