1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-25 09:51:14 +00:00
redmine/app/views/mailer/issue_add.html.erb
Jean-Philippe Lang 690a6b7928 Make the issue id from email notifications linkable to issue page (#23180).
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@15587 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-06-29 15:29:57 +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 } %>