* Added html part to all email templates. git-svn-id: http://redmine.rubyforge.org/svn/trunk@858 e93f8b46-1217-0410-a6f0-8f06a7374b81
6 lines
224 B
Plaintext
6 lines
224 B
Plaintext
<%= l(:text_issue_added, "##{@issue.id}") %>
|
|
<hr />
|
|
<%= render :file => "_issue_text_html", :use_full_path => true, :locals => { :issue => @issue } %>
|
|
<hr />
|
|
<small><em><%= textilizable Setting.emails_footer %></em></small>
|