Sha256: 180fab1d8c05ce8e265247d9718a1a9ae338e7f51131f0a964ec217316aff760

Contents?: true

Size: 928 Bytes

Versions: 28

Compression:

Stored size: 928 Bytes

Contents

%label.asset-label= asset.to_s.titleize
.asset-field
  = f.hidden_field "#{asset}_id", class: 'asset-id-field'
  .thumbnail
    - if f.object.send(asset)
      = image_tag url_for(f.object.send(asset).url(:_thumbnail))
    - else
      = image_tag default_asset_thumbnail(f.object.send(asset))
  .details
    .asset-info
      - if f.object.send(asset)
        = f.object.send(asset).display_name
      - else
        No asset selected.

    .browse-button-holder{:class => ('with-remove' if defined?(remove_association) && remove_association)}
      .browse-button
        = link_to 'Browse', new_item_asset_path, class: 'btn btn-comp browse', data: {'modal-remote' => true, 'modal-title' => "Select #{asset.to_s.titleize}", 'modal-handler' => 'Tenon.features.AssetAttachment'}
        - if defined?(remove_association) && remove_association
          %small
            or
            = link_to_remove_association "remove", f

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
tenon-1.0.27 app/views/tenon/shared/_asset_field.html.haml
tenon-1.0.26 app/views/tenon/shared/_asset_field.html.haml
tenon-1.0.25 app/views/tenon/shared/_asset_field.html.haml
tenon-1.0.24 app/views/tenon/shared/_asset_field.html.haml
tenon-1.0.23 app/views/tenon/shared/_asset_field.html.haml
tenon-1.0.22 app/views/tenon/shared/_asset_field.html.haml
tenon-1.0.21 app/views/tenon/shared/_asset_field.html.haml
tenon-1.0.20 app/views/tenon/shared/_asset_field.html.haml
tenon-1.0.19 app/views/tenon/shared/_asset_field.html.haml
tenon-1.0.18 app/views/tenon/shared/_asset_field.html.haml
tenon-1.0.17 app/views/tenon/shared/_asset_field.html.haml
tenon-1.0.16 app/views/tenon/shared/_asset_field.html.haml
tenon-1.0.15 app/views/tenon/shared/_asset_field.html.haml
tenon-1.0.14 app/views/tenon/shared/_asset_field.html.haml
tenon-1.0.13 app/views/tenon/shared/_asset_field.html.haml
tenon-1.0.12 app/views/tenon/shared/_asset_field.html.haml
tenon-1.0.11 app/views/tenon/shared/_asset_field.html.haml
tenon-1.0.10 app/views/tenon/shared/_asset_field.html.haml
tenon-1.0.9 app/views/tenon/shared/_asset_field.html.haml
tenon-1.0.8 app/views/tenon/shared/_asset_field.html.haml