[Fix #3064] Add a preview button for state notifications emails
This commit is contained in:
parent
e91b412254
commit
14c3fb7224
4 changed files with 39 additions and 0 deletions
|
@ -378,6 +378,10 @@ Rails.application.routes.draw do
|
|||
patch :move
|
||||
end
|
||||
end
|
||||
|
||||
resources :mail_templates, only: [] do
|
||||
get 'preview', on: :member
|
||||
end
|
||||
end
|
||||
|
||||
resources :services, except: [:show] do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue