Sha256: a776375517760ea2a7a9eca7dc53ed945c5844cada31bd021aec5f43c522630e

Contents?: true

Size: 378 Bytes

Versions: 2

Compression:

Stored size: 378 Bytes

Contents

<h2>Edit Image</h2>
<% form_for(@image, :as => :image, :html => {:multipart => true}, :url => grandstand_gallery_image_path(@gallery, @image)) do |form| %>
  <%= render :partial => 'form', :locals => {:form => form} %>
  <div class="toolbar">
    <%= button 'Save' %>
    <%= button_link_to('Cancel', grandstand_gallery_path(@gallery), :class => 'cancel') %>
  </div>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
grandstand-0.2.7 app/views/grandstand/images/edit.html.erb
grandstand-0.2.6 app/views/grandstand/images/edit.html.erb