forked from bofh/fetsite
11 lines
232 B
Plaintext
11 lines
232 B
Plaintext
<p id="notice"><%= notice %></p>
|
|
<p>
|
|
<b>Name:</b>
|
|
<%= @attachment.name %>
|
|
<%= render @attachment %>
|
|
</p>
|
|
|
|
|
|
<%= link_to 'Edit', edit_attachment_path(@attachment) %> |
|
|
<%= link_to 'Back', polymorphic_path(@attachment.parent) %>
|