]> source.dussan.org Git - redmine.git/commitdiff
Merged r19694 from trunk to 4.0-stable (#32341).
authorGo MAEDA <maeda@farend.jp>
Mon, 13 Apr 2020 14:21:14 +0000 (14:21 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 13 Apr 2020 14:21:14 +0000 (14:21 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@19696 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/workflows/permissions.html.erb

index 3a47560c987066e0552c82ac92941e19130f40a3..4f181bb17b516ad478c597a143f2d35d7658e6c4 100644 (file)
@@ -67,7 +67,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>