Fixed floating error in group_order new.
This commit is contained in:
parent
d954279d6a
commit
b9138efa79
1 changed files with 25 additions and 24 deletions
|
@ -8,9 +8,10 @@
|
|||
setStockit(#{@order.stockit?});
|
||||
});
|
||||
|
||||
- title "Bestellen"
|
||||
- title "Bestellen", false
|
||||
|
||||
.well.pull-left
|
||||
.row-fluid
|
||||
.well.pull-left
|
||||
%h2= @order.name
|
||||
%dl.dl-horizontal
|
||||
- unless @order.note.blank?
|
||||
|
@ -32,7 +33,7 @@
|
|||
%dt Guthaben
|
||||
%dd= number_to_currency(@ordering_data[:available_funds])
|
||||
|
||||
.well.pull-right
|
||||
.well.pull-right
|
||||
= render 'switch_order', current_order: @order
|
||||
|
||||
= form_for @group_order do |f|
|
||||
|
|
Loading…
Add table
Reference in a new issue