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

6 lines
147 B
Plaintext
Raw Normal View History

2013-08-01 10:33:49 +08:00
<%= link_to h(@added_to), @added_to_url %><br />
<ul><% @attachments.each do |attachment | %>
<li><%=h attachment.filename %></li>
<% end %></ul>