diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/queries/_form.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/queries/_form.html.erb b/app/views/queries/_form.html.erb index d995777c5..a7aae8a43 100644 --- a/app/views/queries/_form.html.erb +++ b/app/views/queries/_form.html.erb @@ -54,7 +54,7 @@ <% unless params[:gantt] %> <fieldset><legend><%= l(:label_sort) %></legend> <% 3.times do |i| %> -<%= i+1 %>: +<%= content_tag(:span, "#{i+1}:", :class => 'query_sort_criteria_count')%> <%= label_tag "query_sort_criteria_attribute_" + i.to_s, l(:description_query_sort_criteria_attribute), :class => "hidden-for-sighted" %> <%= select_tag("query[sort_criteria][#{i}][]", |