Fix few test and notify for commit author
This commit is contained in:
parent
6ddacaf9bf
commit
211c06e419
3 changed files with 4 additions and 2 deletions
|
@ -68,7 +68,7 @@ class Notify < ActionMailer::Base
|
|||
@commit = @note.noteable
|
||||
@commit = CommitDecorator.decorate(@commit)
|
||||
@project = @note.project
|
||||
mail(to: recipient(commit_autor_email), subject: subject("note for commit #{@commit.short_id}", @commit.title))
|
||||
mail(to: commit_autor_email, subject: subject("note for commit #{@commit.short_id}", @commit.title))
|
||||
end
|
||||
|
||||
def note_issue_email(recipient_id, note_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue