diff --git a/app/views/roles/_form.html.erb b/app/views/roles/_form.html.erb index 5e6f618..1f9d243 100644 --- a/app/views/roles/_form.html.erb +++ b/app/views/roles/_form.html.erb @@ -7,7 +7,7 @@ <% end %>
<%= f.select :issues_visibility, Role::ISSUES_VISIBILITY_OPTIONS.collect {|v| [l(v.last), v.first]} %>
<% if @role.new_record? && @roles.any? %> -+
<%= select_tag(:copy_workflow_from, content_tag("option") + options_from_collection_for_select(@roles, :id, :name)) %>
<% end %>