This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
barleysodas/app/views/galleries/edit.rhtml

12 lines
286 B
Plaintext

<h1>Editing images</h1>
<%= error_messages_for :images %>
<% form_for(:images, :url => images_path(@images), :html => { :method => :put }) do |f| %>
<p>
<%= submit_tag "Update" %>
</p>
<% end %>
<%= link_to 'Show', images_path(@images) %> |
<%= link_to 'Back', images_path %>