@@ -7,7 +7,7 | |||
|
7 | 7 | <% end %> |
|
8 | 8 | <p><%= f.select :issues_visibility, Role::ISSUES_VISIBILITY_OPTIONS.collect {|v| [l(v.last), v.first]} %></p> |
|
9 | 9 | <% if @role.new_record? && @roles.any? %> |
|
10 | <p><label><%= l(:label_copy_workflow_from) %></label> | |
|
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 | 13 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now