匿评失败邮件发送框架

This commit is contained in:
huang 2015-09-28 15:38:19 +08:00
parent ba569403c3
commit c3422460ce
4 changed files with 8 additions and 0 deletions

View File

@ -83,6 +83,11 @@ class Mailer < ActionMailer::Base
:subject => @subject
end
# 匿评失败给老师发送邮件通知
def send_mail_anonymous_comment_fail
end
# author: alan
# 邀请未注册用户加入项目
# 功能: 在加入项目的同时自动注册用户

View File

@ -0,0 +1,3 @@
<%= l(:mail_issue_content)%>
<%=link_to @author, user_url(@author) %>
<%=link_to @anonymous_comment_close_name, @anonymous_comment_close_url%>