obsolete.ChilliProject/app/views/mailer/attachments_added.text.html...

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>