Sha256: 6b0e6fc5766c6052b53cfd16fa13249dbebe0ecaa6501aadcd6090248b073347

Contents?: true

Size: 353 Bytes

Versions: 4

Compression:

Stored size: 353 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
grandstand-0.2.4 app/views/admin/images/edit.html.erb
grandstand-0.2.3 app/views/admin/images/edit.html.erb
grandstand-0.2.2 app/views/admin/images/edit.html.erb
grandstand-0.2.1 app/views/admin/images/edit.html.erb