2007-11-04 10:43:39 +00:00
|
|
|
<%= link_to @added_to, @added_to_url %><br />
|
2007-10-12 18:04:56 +00:00
|
|
|
|
|
|
|
<ul><% @attachments.each do |attachment | %>
|
2010-02-18 19:13:38 +00:00
|
|
|
<li><%=h attachment.filename %></li>
|
2007-10-12 18:04:56 +00:00
|
|
|
<% end %></ul>
|