rosa-build/app/views/user_mailer/issue_assign_notification.e...

8 lines
160 B
Plaintext
Raw Normal View History

2012-03-19 14:33:56 +00:00
%p== Hello, #{@user.user_appeal}.
2012-01-20 11:29:32 +00:00
%p You have been assigned to issue #{ link_to @issue.title, project_issue_url(@issue.project, @issue) }
2012-01-20 11:29:32 +00:00
= render 'footer'