Mercurial > hg > soundsoftware-site
changeset 914:af7a3f452778 cannam_integration
renamed the email templates used when adding users to a project.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 02 Mar 2012 11:44:22 +0000 |
parents | b502ad91d302 |
children | 2a68662d5adf |
files | app/views/mailer/added_to_project.html.erb app/views/mailer/added_to_project.text.erb app/views/mailer/added_to_project.text.html.rhtml app/views/mailer/added_to_project.text.plain.rhtml |
diffstat | 4 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/views/mailer/added_to_project.html.erb Fri Mar 02 11:44:22 2012 +0000 @@ -0,0 +1,3 @@ +<p><%= l(:notice_added_to_project, :project_name => @project_name) %></p> +<p><%= l(:notice_project_homepage, :project_url => @project_url) %></p> +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/views/mailer/added_to_project.text.erb Fri Mar 02 11:44:22 2012 +0000 @@ -0,0 +1,2 @@ +<%= l(:notice_added_to_project, :project_name => @project_name) %> +<%= l(:notice_project_homepage, :project_url => @project_url) %>