diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/roles/_form.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/roles/_form.html.erb b/app/views/roles/_form.html.erb index 5e6f61843..1f9d24365 100644 --- a/app/views/roles/_form.html.erb +++ b/app/views/roles/_form.html.erb @@ -7,7 +7,7 @@ <% end %> <p><%= f.select :issues_visibility, Role::ISSUES_VISIBILITY_OPTIONS.collect {|v| [l(v.last), v.first]} %></p> <% if @role.new_record? && @roles.any? %> -<p><label><%= l(:label_copy_workflow_from) %></label> +<p><label for="copy_workflow_from"><%= l(:label_copy_workflow_from) %></label> <%= select_tag(:copy_workflow_from, content_tag("option") + options_from_collection_for_select(@roles, :id, :name)) %></p> <% end %> </div> |