From c77f3a0fe7e8e8605b323ad45d177cacc8adfdbb Mon Sep 17 00:00:00 2001 From: Romano Licker Date: Thu, 20 Oct 2011 18:00:02 +0200 Subject: [PATCH] [#667] link label to element --- app/views/trackers/_form.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/trackers/_form.rhtml b/app/views/trackers/_form.rhtml index 2cbed576..5c83bf03 100644 --- a/app/views/trackers/_form.rhtml +++ b/app/views/trackers/_form.rhtml @@ -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 %>