remove group order panel close buttons
things shouldn't just disapear
This commit is contained in:
parent
4150403a33
commit
3fa8dba5df
1 changed files with 0 additions and 2 deletions
|
@ -24,7 +24,6 @@
|
||||||
|
|
||||||
.row-fluid
|
.row-fluid
|
||||||
.well.pull-left
|
.well.pull-left
|
||||||
= close_button :alert
|
|
||||||
%h2= @order.name
|
%h2= @order.name
|
||||||
%dl.dl-horizontal
|
%dl.dl-horizontal
|
||||||
- unless @order.note.blank?
|
- unless @order.note.blank?
|
||||||
|
@ -53,7 +52,6 @@
|
||||||
%dd= number_to_currency(@ordering_data[:available_funds])
|
%dd= number_to_currency(@ordering_data[:available_funds])
|
||||||
|
|
||||||
.well.pull-right
|
.well.pull-right
|
||||||
= close_button :alert
|
|
||||||
= render 'switch_order', current_order: @order
|
= render 'switch_order', current_order: @order
|
||||||
|
|
||||||
.row-fluid
|
.row-fluid
|
||||||
|
|
Loading…
Reference in a new issue