[Fix #3064] Add a preview button for state notifications emails

This commit is contained in:
Mathieu Magnin 2019-03-14 14:58:01 +01:00
parent e91b412254
commit 14c3fb7224
4 changed files with 39 additions and 0 deletions

View file

@ -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