<%= image.name %> | <%= link_to 'Show', image_path(image) %> | <%= link_to 'Edit', edit_image_path(image) %> | <%= link_to 'Destroy', image_path(image), :method => :delete %> | <% end %> <%- end -%>
<%= link_to 'New', new_image_path %> <%= link_to 'Back', root_path %>