Commit c77f3a0f authored by Romano Licker's avatar Romano Licker Committed by Holger Just

[#667] link label to element

parent 71271e6f
...@@ -20,7 +20,7 @@ ...@@ -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]-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment