suitepro/app/views/mailer/attachments_added.html.erb
2018-02-02 22:19:29 +01:00

5 lines
143 B
Text

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