Files
redmine/hooks/app/views/mailer/attachments_added.text.html.rhtml
2008-08-07 10:52:19 +00:00

6 lines
143 B
ERB

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