Show tooltip when hovering on repeat-value link in Field permission tab (#32341).

Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@19694 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-04-13 14:18:55 +00:00
parent 5fe6aa0fc0
commit bcb81e0d2c

View File

@@ -66,7 +66,7 @@
<% 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">&#187;</a><% end %>
<% unless status == @statuses.last %><a href="#" class="repeat-value" title="<%= l(:button_copy) %>">&#187;</a><% end %>
</td>
<% end -%>
</tr>