Made order-finish-confirm-message consistently. Fixed #196
This commit is contained in:
parent
ce2156d75f
commit
714197eea1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
%td=h order.name
|
%td=h order.name
|
||||||
%td=h format_time(order.ends) unless order.ends.nil?
|
%td=h format_time(order.ends) unless order.ends.nil?
|
||||||
%td=h truncate(order.note)
|
%td=h truncate(order.note)
|
||||||
%td= link_to "Beenden", finish_order_path(order), :confirm => "Bist Du sicher die Bestellung zu beenden?", :method => :post
|
%td= link_to "Beenden", finish_order_path(order), :confirm => "Willst Du wirklich die Bestellung beenden?\nEs gibt kein zurück..", :method => :post
|
||||||
%td
|
%td
|
||||||
= link_to "Anzeigen", order
|
= link_to "Anzeigen", order
|
||||||
= link_to icon(:edit), edit_order_path(order)
|
= link_to icon(:edit), edit_order_path(order)
|
||||||
|
|
Loading…
Reference in a new issue