You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

attachments_added.html.erb 143B

12345
  1. <%= link_to @added_to, @added_to_url %><br />
  2. <ul><% @attachments.each do |attachment | %>
  3. <li><%= attachment.filename %></li>
  4. <% end %></ul>