[#667] link label to element
This commit is contained in:
parent
71271e6ff6
commit
c77f3a0fe7
|
@ -20,7 +20,7 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% if @tracker.new_record? && @trackers.any? %>
|
<% 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>
|
<%= select_tag(:copy_workflow_from, content_tag("option") + options_from_collection_for_select(@trackers, :id, :name)) %></p>
|
||||||
<% end %>
|
<% end %>
|
||||||
<!--[eoform:tracker]-->
|
<!--[eoform:tracker]-->
|
||||||
|
|
Loading…
Reference in New Issue