socialforge/app/views/mailer/issue_add.html.erb

4 lines
213 B
Plaintext
Raw Normal View History

<%= l(:text_issue_added, :id => "##{@issue.project_index}", :author => h(@issue.author)) %>
2013-08-01 10:33:49 +08:00
<hr />
<%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :issue_url => @issue_url } %>