Redmine/app/views/mailer/attachments_added.html.erb

6 lines
147 B
Plaintext

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