6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
<%= link_to h(@added_to), @added_to_url %><br />
|
|
|
|
<ul><% @attachments.each do |attachment | %>
|
|
<li><%=h attachment.filename %></li>
|
|
<% end %></ul>
|