Adds button to send pending proposal notifications

This commit is contained in:
María Checa
2018-05-24 11:12:11 +02:00
committed by decabeza
parent d58941ef9c
commit eb8c021451
6 changed files with 57 additions and 2 deletions

View File

@@ -168,6 +168,8 @@ namespace :admin do
resources :system_emails, only: [:index] do
get :view
get :preview_pending
put :moderate_pending
put :send_pending
end
resources :emails_download, only: :index do