mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 21:26:07 +10:00
Fix typo
This commit is contained in:
@@ -4,6 +4,6 @@ class Admin::EmailsController < Admin::ApplicationController
|
||||
|
||||
def create
|
||||
AdminEmailsWorker.perform_async(params[:recipients], params[:subject], params[:body])
|
||||
redirect_to admin_email_path, notice: 'Email send'
|
||||
redirect_to admin_email_path, notice: 'Email sent'
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user