Commit e2e0e99db6fa7b9127a695ddd0a5162a76ab59ef
1 parent
b94e031a
Exists in
master
and in
29 other branches
ActionItem870: removing unused parameter
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/comment.rb
| @@ -68,7 +68,7 @@ class Comment < ActiveRecord::Base | @@ -68,7 +68,7 @@ class Comment < ActiveRecord::Base | ||
| 68 | recipients email | 68 | recipients email |
| 69 | 69 | ||
| 70 | from "#{profile.environment.name} <#{profile.environment.contact_email}>" | 70 | from "#{profile.environment.name} <#{profile.environment.contact_email}>" |
| 71 | - subject _("[%s] you got a new comment!") % [profile.environment.name, comment.article.title] | 71 | + subject _("[%s] you got a new comment!") % [profile.environment.name] |
| 72 | body :recipient => profile.nickname || profile.name, | 72 | body :recipient => profile.nickname || profile.name, |
| 73 | :sender => comment.author_name, | 73 | :sender => comment.author_name, |
| 74 | :sender_link => comment.author_link, | 74 | :sender_link => comment.author_link, |