Mercurial > hg > soundsoftware-site
view app/views/mailer/attachments_added.text.html.rhtml @ 0:513646585e45
* Import Redmine trunk SVN rev 3859
author | Chris Cannam |
---|---|
date | Fri, 23 Jul 2010 15:52:44 +0100 |
parents | |
children |
line wrap: on
line source
<%= link_to @added_to, @added_to_url %><br /> <ul><% @attachments.each do |attachment | %> <li><%=h attachment.filename %></li> <% end %></ul>