Files
redmine/git/app/views/mailer/attachments_added.text.html.rhtml
T
2008-03-07 16:13:06 +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>