Patch #10509 » roles_view_patch.diff
app/views/roles/_form.html.erb (revision 42) | ||
---|---|---|
10 | 10 |
<p><label for="copy_workflow_from"><%= l(:label_copy_workflow_from) %></label> |
11 | 11 |
<%= select_tag(:copy_workflow_from, content_tag("option") + options_from_collection_for_select(@roles, :id, :name)) %></p> |
12 | 12 |
<% end %> |
13 |
<%= call_hook(:view_roles_form_upper_box, :role => @role, :form => f) %> |
|
13 | 14 |
</div> |
14 | 15 |
|
15 | 16 |
<h3><%= l(:label_permissions) %></h3> |