From 26a7ea468ad390580e16e300f574cb7e20dd40ee Mon Sep 17 00:00:00 2001 From: Romano Licker Date: Thu, 20 Oct 2011 17:51:24 +0200 Subject: [PATCH] [#667] linked label to its element --- app/views/roles/_form.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/roles/_form.rhtml b/app/views/roles/_form.rhtml index ddade433..13d259c7 100644 --- a/app/views/roles/_form.rhtml +++ b/app/views/roles/_form.rhtml @@ -5,7 +5,7 @@

<%= f.text_field :name, :required => true %>

<%= 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 %>