group order make order details collapse

This commit is contained in:
Philipp Rothmann 2023-02-20 22:32:07 +01:00
parent 2530535244
commit a847d86121

View file

@ -23,8 +23,11 @@
- title t('.title'), false
.row-fluid
.well.pull-left
.well.span9
%h2= @order.name
%a(href='#tab1' data-toggle="collapse")
Show Details
#tab1.collapse
%dl.dl-horizontal
- unless @order.note.blank?
%dt= heading_helper Order, :note
@ -50,10 +53,8 @@
- unless FoodsoftConfig[:charge_members_manually]
%dt= heading_helper Ordergroup, :available_funds
%dd= number_to_currency(@ordering_data[:available_funds])
.well.pull-right
.well.span3
= render 'switch_order', current_order: @order
.row-fluid
.well.clear
.form-search