5 lines
143 B
Text
5 lines
143 B
Text
<%= link_to @added_to, @added_to_url %><br />
|
|
|
|
<ul><% @attachments.each do |attachment | %>
|
|
<li><%= attachment.filename %></li>
|
|
<% end %></ul>
|