Sha256: 97d297f8a06ea74f92133e576220b7bf3cf42ec895286ba2429b4c9e76255422

Contents?: true

Size: 822 Bytes

Versions: 73

Compression:

Stored size: 822 Bytes

Contents

.asset-cropping
  .modal-backdrop.fade.in
  .preview
    .modal-header
      %button{ type: 'button', class: 'close', data: { dismiss: 'modal' }, :'aria-hidden' => 'true' } ×
      %h4#myModalLabel{ class: 'modal-title'}
        Crop
    .image-holder= image_tag(@asset.attachment.url, id: 'cropbox', data: { width: @asset.dimensions(:original)[0], height: @asset.dimensions(:original)[1] })
    .spinner= fa_icon('spinner spin')

    = form_for @asset, data: {remote: true} do |f|
      - [:crop_x, :crop_y, :crop_w, :crop_h].each do |field|
        = f.hidden_field field
      .crop_buttons.right.full
        = f.check_box :duplicate, checked: true, class: 'tn-checkbox-right'
        = f.label :duplicate, "Create New Asset From Crop?", class: 'left'
        .right= f.submit "Save", class: 'save btn btn-comp'

Version data entries

73 entries across 73 versions & 1 rubygems

Version Path
tenon-1.0.74 app/views/tenon/assets/crop.html.haml
tenon-1.0.73 app/views/tenon/assets/crop.html.haml
tenon-1.0.72 app/views/tenon/assets/crop.html.haml
tenon-1.0.71 app/views/tenon/assets/crop.html.haml
tenon-1.0.70 app/views/tenon/assets/crop.html.haml
tenon-1.0.69 app/views/tenon/assets/crop.html.haml
tenon-1.0.68 app/views/tenon/assets/crop.html.haml
tenon-1.0.67 app/views/tenon/assets/crop.html.haml
tenon-1.0.66 app/views/tenon/assets/crop.html.haml
tenon-1.0.65 app/views/tenon/assets/crop.html.haml
tenon-1.0.64 app/views/tenon/assets/crop.html.haml
tenon-1.0.63 app/views/tenon/assets/crop.html.haml
tenon-1.0.62 app/views/tenon/assets/crop.html.haml
tenon-1.0.61 app/views/tenon/assets/crop.html.haml
tenon-1.0.60 app/views/tenon/assets/crop.html.haml
tenon-1.0.59 app/views/tenon/assets/crop.html.haml
tenon-1.0.57 app/views/tenon/assets/crop.html.haml
tenon-1.0.56 app/views/tenon/assets/crop.html.haml
tenon-1.0.55 app/views/tenon/assets/crop.html.haml
tenon-1.0.54 app/views/tenon/assets/crop.html.haml