Sha256: e2d3d33b6cff31c85c2cf205ecfdded318876589a9aadc4eb558a432eebb07a2

Contents?: true

Size: 1.18 KB

Versions: 23

Compression:

Stored size: 1.18 KB

Contents

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

<%= render partial: 'spree/admin/shared/error_messages', locals: { target: @image } %>

<%= form_for [:admin, @product, @image], html: { multipart: true } do |f| %>
  <div data-hook="edit_image" class="panel panel-default">
    <div class="panel-heading">
      <h1 class="panel-title">
        <%= @image.attachment_file_name%>
      </h1>
    </div>
    <div class="panel-body">
      <div class="form-group">
        <div data-hook="thumbnail" class="col-xs-12 col-md-3 text-center">
          <%= f.label Spree.t(:thumbnail) %>
          <%= link_to image_tag(@image.attachment.url(:small)), @image.attachment.url(:product) %>
        </div>
        <div class="col-xs-12 col-md-9">
          <%= render partial: 'form', locals: { f: f } %>
        </div>

        <div class="form-actions" data-hook="buttons">
          <%= button Spree.t('actions.update'), 'save' %>
          <span class="or"><%= Spree.t(:or) %></span>
          <%= button_link_to Spree.t('actions.cancel'), spree.admin_product_images_url(@product), id: 'cancel_link', icon: 'delete' %>
        </div>
      </div>
    </div>
  </div>
<% end %>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
spree_backend-3.4.6 app/views/spree/admin/images/edit.html.erb
spree_backend-3.5.0 app/views/spree/admin/images/edit.html.erb
spree_backend-3.3.6 app/views/spree/admin/images/edit.html.erb
spree_backend-3.5.0.rc2 app/views/spree/admin/images/edit.html.erb
spree_backend-3.5.0.rc1 app/views/spree/admin/images/edit.html.erb
spree_backend-3.4.5 app/views/spree/admin/images/edit.html.erb
spree_backend-3.3.5 app/views/spree/admin/images/edit.html.erb
spree_backend-3.4.4 app/views/spree/admin/images/edit.html.erb
spree_backend-3.4.3 app/views/spree/admin/images/edit.html.erb
spree_backend-3.3.4 app/views/spree/admin/images/edit.html.erb
spree_backend-3.4.2 app/views/spree/admin/images/edit.html.erb
spree_backend-3.3.3 app/views/spree/admin/images/edit.html.erb
spree_backend-3.4.1 app/views/spree/admin/images/edit.html.erb
spree_backend-3.4.0 app/views/spree/admin/images/edit.html.erb
spree_backend-3.4.0.rc2 app/views/spree/admin/images/edit.html.erb
spree_backend-3.4.0.rc1 app/views/spree/admin/images/edit.html.erb
spree_backend-3.3.2 app/views/spree/admin/images/edit.html.erb
spree_backend-3.3.1 app/views/spree/admin/images/edit.html.erb
spree_backend-3.3.0 app/views/spree/admin/images/edit.html.erb
spree_backend-3.3.0.rc4 app/views/spree/admin/images/edit.html.erb