diff --git a/app/views/trackers/_form.html.erb b/app/views/trackers/_form.html.erb index 114a524b8..bfbed3b6b 100644 --- a/app/views/trackers/_form.html.erb +++ b/app/views/trackers/_form.html.erb @@ -20,7 +20,7 @@ <% end %> <% if @tracker.new_record? && @trackers.any? %> -

+

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

<% end %>