projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
7ef57b2
)
Logo was being attached twice on changeset comment notifications
author
Herve Saint-Amand
<git@saintamh.org>
Fri, 13 Jan 2017 21:45:52 +0000
(21:45 +0000)
committer
Herve Saint-Amand
<git@saintamh.org>
Fri, 13 Jan 2017 21:45:52 +0000
(21:45 +0000)
app/models/notifier.rb
patch
|
blob
|
history
diff --git
a/app/models/notifier.rb
b/app/models/notifier.rb
index 73cbbad541c2040fa1f813211152c43335b60e73..7878c601cef961e8eac3c448c642c4f8c1a0255a 100644
(file)
--- a/
app/models/notifier.rb
+++ b/
app/models/notifier.rb
@@
-182,7
+182,6
@@
class Notifier < ActionMailer::Base
I18n.t("notifier.changeset_comment_notification.commented.subject_other", :commenter => @commenter)
end
I18n.t("notifier.changeset_comment_notification.commented.subject_other", :commenter => @commenter)
end
- attach_project_logo
attach_user_avatar(comment.author)
mail :to => recipient.email, :subject => subject
attach_user_avatar(comment.author)
mail :to => recipient.email, :subject => subject