##// END OF EJS Templates
[#9489] linked label to its element...
Toshi MARUYAMA -
r7566:d1a59a2a7db7
parent child
Show More
@@ -7,7 +7,7
7 <% end %>
7 <% end %>
8 <p><%= f.select :issues_visibility, Role::ISSUES_VISIBILITY_OPTIONS.collect {|v| [l(v.last), v.first]} %></p>
8 <p><%= f.select :issues_visibility, Role::ISSUES_VISIBILITY_OPTIONS.collect {|v| [l(v.last), v.first]} %></p>
9 <% if @role.new_record? && @roles.any? %>
9 <% if @role.new_record? && @roles.any? %>
10 <p><label><%= l(:label_copy_workflow_from) %></label>
10 <p><label for="copy_workflow_from"><%= l(:label_copy_workflow_from) %></label>
11 <%= select_tag(:copy_workflow_from, content_tag("option") + options_from_collection_for_select(@roles, :id, :name)) %></p>
11 <%= select_tag(:copy_workflow_from, content_tag("option") + options_from_collection_for_select(@roles, :id, :name)) %></p>
12 <% end %>
12 <% end %>
13 </div>
13 </div>
General Comments 0
You need to be logged in to leave comments. Login now