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

app/views/workflows/permissions.html.erb

index f2e9fff7b029926bc8c954f92305f699071eafc9..66c8f2880df497de48cfd69f5f1d2f2e13c1a80a 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>