Files
Redmine/app/views/mailer/issue_add.html.erb
Jean-Philippe Lang e75926314f Merged r15587 and r15588 (#23180).
git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@15619 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-07-10 07:54:29 +00:00

4 lines
251 B
Plaintext

<%= l(:text_issue_added, :id => link_to("##{@issue.id}", @issue_url), :author => h(@issue.author)).html_safe %>
<hr />
<%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :users => @users, :issue_url => @issue_url } %>