mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-20 15:31:12 +00:00
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:
parent
5fe6aa0fc0
commit
bcb81e0d2c
@ -66,7 +66,7 @@
|
|||||||
<% for status in @statuses -%>
|
<% for status in @statuses -%>
|
||||||
<td class="<%= @permissions[status.id][field].try(:join, ' ') %>" title="<%= name %> (<%= status.name %>)">
|
<td class="<%= @permissions[status.id][field].try(:join, ' ') %>" title="<%= name %> (<%= status.name %>)">
|
||||||
<%= field_permission_tag(@permissions, status, field, @roles) %>
|
<%= 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>
|
</td>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user