##// END OF EJS Templates
* Emails footer can now be customized from the admin interface (Admin -> Email notifications)....
* Emails footer can now be customized from the admin interface (Admin -> Email notifications). * Added html part to all email templates. git-svn-id: http://redmine.rubyforge.org/svn/trunk@858 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r845:a200e97667a7
r845:a200e97667a7
Show More
issue_edit.text.html.rhtml
12 lines | 407 B | text/html+ruby | RhtmlLexer
/ app / views / mailer / issue_edit.text.html.rhtml
<%= l(:text_issue_updated, "##{@issue.id}") %><br />
<em><%= @journal.user.name %></em>
<ul>
<% for detail in @journal.details %>
<li><%= show_detail(detail, true) %></li>
<% end %>
</ul>
<%= textilizable(@journal.notes) %>
<hr />
<%= render :file => "_issue_text_html", :use_full_path => true, :locals => { :issue => @issue } %>
<hr />
<small><em><%= textilizable Setting.emails_footer %></em></small>