2011-08-02 17:08:18 +04:00
|
|
|
<%= link_to h(@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>
|