Move plugins to separate directory.
This commit is contained in:
parent
6e990fed4c
commit
6aa8ee7968
59 changed files with 4 additions and 4 deletions
|
|
@ -0,0 +1,4 @@
|
|||
/ insert_bottom ':root:last-child'
|
||||
= config_use_heading form, :use_messages do
|
||||
= config_input form, :mailing_list, as: :string, input_html: {class: 'input-xlarge'}
|
||||
= config_input form, :mailing_list_subscribe, as: :string, input_html: {class: 'input-xlarge'}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
/ insert_after 'erb:contains("delete")'
|
||||
- if FoodsoftMessages.enabled?
|
||||
= link_to t('.send_message'), new_message_path(:message => {:group_id => @ordergroup.id}), class: 'btn'
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
/ insert_after 'erb:contains("delete")'
|
||||
- if FoodsoftMessages.enabled?
|
||||
= link_to t('.send_message'), new_message_path(:message => {:mail_to => @user.id}), class: 'btn'
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
/ insert_after 'erb:contains("delete")'
|
||||
- if FoodsoftMessages.enabled?
|
||||
= link_to_new_message(message_params: {group_id: @workgroup.id})
|
||||
Loading…
Add table
Add a link
Reference in a new issue