[#667] link label to element

This commit is contained in:
Romano Licker 2011-10-20 18:00:02 +02:00 committed by Holger Just
parent 71271e6ff6
commit c77f3a0fe7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<% end %>
<% if @tracker.new_record? && @trackers.any? %>
<p><label><%= l(:label_copy_workflow_from) %></label>
<p><label for="copy_workflow_from"><%= l(:label_copy_workflow_from) %></label>
<%= select_tag(:copy_workflow_from, content_tag("option") + options_from_collection_for_select(@trackers, :id, :name)) %></p>
<% end %>
<!--[eoform:tracker]-->