<%= f.check_box :assignable %>

<% if role.new_record? && roles.any? %>

<%= select_tag(:copy_workflow_from, content_tag("option") + options_from_collection_for_select(@roles, :id, :name)) %>

<% end %>