diff --git a/app/views/group_orders/_form.html.haml b/app/views/group_orders/_form.html.haml index e462cc27..52879378 100644 --- a/app/views/group_orders/_form.html.haml +++ b/app/views/group_orders/_form.html.haml @@ -56,13 +56,14 @@ .well.span3 = render 'switch_order', current_order: @order .row-fluid - .well.clear - .form-search + .well.span12 + .form-search.pull-right .input-append = text_field_tag :article, params[:article], placeholder: t('.search_article'), class: 'search-query delayed-search resettable' %button.add-on.btn.reset-search{:type => :button, :title => t('.reset_article_search')} %i.icon.icon-remove + = form_for @group_order do |f| = f.hidden_field :lock_version = f.hidden_field :order_id