Sha256: ad0961818ef697ba77a3ca39a01c44753985f5185564ba060f8f191b0a4ab4c3

Contents?: true

Size: 772 Bytes

Versions: 28

Compression:

Stored size: 772 Bytes

Contents

<%= render :partial => 'admin/shared/product_sub_menu' %>

<%= render :partial => 'admin/shared/product_tabs', :locals => {:current => "Images"} %>

<%= render "shared/error_messages", :target => @image %>

<%= form_for(:image, :url => admin_product_image_url(@product), :html => { :method => :put, :multipart => true }) do |f| %>
  <table class="basic-table">
    <tr>
      <td><%= t("thumbnail") %>:</td>
      <td><%= link_to(image_tag(@image.attachment.url(:mini)), @image.attachment.url(:product)) %></td>
    </tr>
    <%= render :partial => "form", :locals => { :f => f } %>
  </table>
  <p class="form-buttons">
    <%= button t("update") %>
    <%= t('or') %> <%= link_to t("cancel"), admin_product_images_url(@product), :id => "cancel_link" %>
  </p>
<% end %>

Version data entries

28 entries across 28 versions & 6 rubygems

Version Path
apispree_core-0.0.0 app/views/admin/images/edit.html.erb
My-Commerce_core-1.1.0 app/views/admin/images/edit.html.erb
My-Commerce_core-1.0.0 app/views/admin/images/edit.html.erb
MyCommerceapi-1.0.0 core/app/views/admin/images/edit.html.erb
MyCommerce-0.0.3 core/app/views/admin/images/edit.html.erb
rfcommerce_core-0.0.3 app/views/admin/images/edit.html.erb
spree_core-0.60.6 app/views/admin/images/edit.html.erb
spree_core-0.60.5 app/views/admin/images/edit.html.erb
spree_core-0.30.2 app/views/admin/images/edit.html.erb
spree_core-0.40.4 app/views/admin/images/edit.html.erb
spree_core-0.50.4 app/views/admin/images/edit.html.erb
spree_core-0.60.4 app/views/admin/images/edit.html.erb
spree_core-0.50.3 app/views/admin/images/edit.html.erb
spree_core-0.60.3 app/views/admin/images/edit.html.erb
spree_core-0.60.2 app/views/admin/images/edit.html.erb
spree_core-0.60.1 app/views/admin/images/edit.html.erb
spree_core-0.60.0 app/views/admin/images/edit.html.erb
spree_core-0.60.0.RC1 app/views/admin/images/edit.html.erb
spree_core-0.50.2 app/views/admin/images/edit.html.erb
spree_core-0.50.1 app/views/admin/images/edit.html.erb