diff app/views/mailer/added_to_project.text.html.rhtml @ 292:5f4ac0a159fa bug_97

DEV commit: created template; need to solve bug in template variables.
author luisf
date Wed, 23 Mar 2011 22:22:51 +0000
parents
children ba87afa76607
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/views/mailer/added_to_project.text.html.rhtml	Wed Mar 23 22:22:51 2011 +0000
@@ -0,0 +1,2 @@
+<p><%= l(:notice_added_to_project, :project_name => @project_name) %></p>
+<p><%= l(:label_login) %>: <%= link_to @login_url, @login_url %></p>