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,8 +8,9 @@
|
||||||
setStockit(#{@order.stockit?});
|
setStockit(#{@order.stockit?});
|
||||||
});
|
});
|
||||||
|
|
||||||
- title "Bestellen"
|
- title "Bestellen", false
|
||||||
|
|
||||||
|
.row-fluid
|
||||||
.well.pull-left
|
.well.pull-left
|
||||||
%h2= @order.name
|
%h2= @order.name
|
||||||
%dl.dl-horizontal
|
%dl.dl-horizontal
|
||||||
|
|
Loading…
Add table
Reference in a new issue