* Added html part to all email templates. git-svn-id: http://redmine.rubyforge.org/svn/trunk@858 e93f8b46-1217-0410-a6f0-8f06a7374b81
8 lines
207 B
Plaintext
8 lines
207 B
Plaintext
<%= link_to @added_to, @url %><br />
|
|
|
|
<ul><% @attachments.each do |attachment | %>
|
|
<li><%= attachment.filename %></li>
|
|
<% end %></ul>
|
|
<hr />
|
|
<small><em><%= textilizable Setting.emails_footer %></em></small>
|