Project

General

Profile

Patch #32341 » 32341.patch

Go MAEDA, 2020-04-12 07:29

View differences:

app/views/workflows/permissions.html.erb
66 66
        <% for status in @statuses -%>
67 67
        <td class="<%= @permissions[status.id][field].try(:join, ' ') %>" title="<%= name %> (<%= status.name %>)">
68 68
          <%= field_permission_tag(@permissions, status, field, @roles) %>
69
          <% unless status == @statuses.last %><a href="#" class="repeat-value">&#187;</a><% end %>
69
          <% unless status == @statuses.last %><a href="#" class="repeat-value" title="<%= l(:button_copy) %>">&#187;</a><% end %>
70 70
        </td>
71 71
        <% end -%>
72 72
      </tr>
(2-2/3)