From 7df005e8ee8d3983581f535fe898017cb73ec1ff Mon Sep 17 00:00:00 2001 From: Hagen Schink Date: Wed, 8 Jan 2014 08:52:05 +0100 Subject: [PATCH] Adds link betweeen label and select box --- app/views/roles/_member_attributes.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/roles/_member_attributes.html.erb b/app/views/roles/_member_attributes.html.erb index 778e86b7c7..0fa4e09d8d 100644 --- a/app/views/roles/_member_attributes.html.erb +++ b/app/views/roles/_member_attributes.html.erb @@ -12,6 +12,6 @@ See doc/COPYRIGHT.rdoc for more details.

<%= f.check_box :assignable %>

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

+

<%= select_tag(:copy_workflow_from, content_tag("option") + options_from_collection_for_select(@roles.select{|r| !r.is_a?(GlobalRole)}, :id, :name)) %>

<% end %>