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