匿评失败邮件发送框架
This commit is contained in:
parent
ba569403c3
commit
c3422460ce
|
@ -83,6 +83,11 @@ class Mailer < ActionMailer::Base
|
|||
:subject => @subject
|
||||
end
|
||||
|
||||
# 匿评失败给老师发送邮件通知
|
||||
def send_mail_anonymous_comment_fail
|
||||
|
||||
end
|
||||
|
||||
# author: alan
|
||||
# 邀请未注册用户加入项目
|
||||
# 功能: 在加入项目的同时自动注册用户
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
<%= l(:mail_issue_content)%>
|
||||
<%=link_to @author, user_url(@author) %>
|
||||
<%=link_to @anonymous_comment_close_name, @anonymous_comment_close_url%>
|
Loading…
Reference in New Issue