Patch #32341 » 32341.patch
| 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">»</a><% end %> |
|
| 69 |
<% unless status == @statuses.last %><a href="#" class="repeat-value" title="<%= l(:button_copy) %>">»</a><% end %>
|
|
| 70 | 70 |
</td> |
| 71 | 71 |
<% end -%> |
| 72 | 72 |
</tr> |