Commit ef4c95d1103b5bbc39e09286e298d61ea3f6822e

Authored by Victor Costa
2 parents 4012f329 ac25637b

Merge branch 'processed_tasks' into production

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/views/tasks/processed.html.erb
... ... @@ -22,9 +22,9 @@
22 22 <%= labelled_form_field(_('Creation date'), date_range_field(:filter_created_from, :filter_created_until, @filter_created_from, @filter_created_until, '%Y-%m-%d', { :change_month => true, :change_year => true, :date_format => 'yy-mm-dd' }, { :size => 14, :from_id => 'filter_created_from', :to_id => 'filter_created_until' })) %>
23 23 <%= labelled_form_field(_('Processed date'), date_range_field(:filter_closed_from, :filter_closed_until, @filter_closed_from, @filter_closed_until, '%Y-%m-%d', { :change_month => true, :change_year => true, :date_format => 'yy-mm-dd' }, { :size => 14, :from_id => 'filter_closed_from', :to_id => 'filter_closed_until' })) %>
24 24  
25   - <p>
  25 + <div class="actions">
26 26 <%= submit_button(:search, _('Search')) %>
27   - </p>
  27 + </div>
28 28 <% end %>
29 29 <% end %>
30 30 </div>
... ...