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

6 lines
144 B
Plaintext

<%= link_to @added_to, @added_to_url %><br />
<ul><% @attachments.each do |attachment | %>
<li><%=h attachment.filename %></li>
<% end %></ul>