Mercurial > hg > soundsoftware-site
comparison plugins/redmine_bibliography/lib/bibliography/mailer_patch.rb @ 1519:afce8026aaeb redmine-2.4-integration
Merge from branch "live"
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 09:34:53 +0100 |
parents | a59e53e4f006 |
children |
comparison
equal
deleted
inserted
replaced
1518:2e8063097240 | 1519:afce8026aaeb |
---|---|
16 @project = project | 16 @project = project |
17 | 17 |
18 set_language_if_valid user.language | 18 set_language_if_valid user.language |
19 | 19 |
20 mail :to => user.mail, | 20 mail :to => user.mail, |
21 :subject => l(:mail_subject_register, Setting.app_title) | 21 :subject => l(:mail_subject_publication_added, Setting.app_title) |
22 | 22 |
23 @publication_url = url_for( :controller => 'publications', :action => 'show', :id => publication.id ) | 23 @publication_url = url_for( :controller => 'publications', :action => 'show', :id => publication.id ) |
24 @publication_title = publication.title | 24 @publication_title = publication.title |
25 end | 25 end |
26 | 26 |