Add messaging to order (closes #327)
This commit is contained in:
parent
65c7673a41
commit
124f77f2ab
4 changed files with 32 additions and 21 deletions
|
|
@ -0,0 +1,4 @@
|
|||
/ insert_after 'erb:contains("title t(\'.title\'")'
|
||||
- content_for :actionbar do
|
||||
- if FoodsoftMessages.enabled?
|
||||
= link_to_new_message message_params: {order_id: @order.id}
|
||||
Loading…
Add table
Add a link
Reference in a new issue