Mercurial > hg > soundsoftware-site
view app/views/mailer/attachments_added.html.erb @ 1621:3a510bf6a9bc
Merge from live branch
author | Chris Cannam |
---|---|
date | Fri, 13 Jul 2018 10:44:33 +0100 |
parents | cbb26bc654de |
children |
line wrap: on
line source
<%= link_to h(@added_to), @added_to_url %><br /> <ul><% @attachments.each do |attachment | %> <li><%=h attachment.filename %></li> <% end %></ul>