Sha256: 8bf82254b1d509ef052a45316bbd3f75fb5922ed7d4e1190324386a526d77e22

Contents?: true

Size: 1.08 KB

Versions: 71

Compression:

Stored size: 1.08 KB

Contents

.modal-tab-pane.tab-content
  - unless params[:hide_upload]
    #upload-asset
      %h5 From Your Computer
      #progress
      = form_for Tenon::Asset.new, format: 'json', builder: Tenon::FormBuilder do |f|
        = error_messages_for :asset
        .fields.full
          .form-group
            .browse-button-holder.solo
              .fileupload.btn.btn-comp.browse
                %span#choose-files Browse
                %input{ :type => 'file', :class => 'upload', multiple: defined?(multiple) && multiple, style: 'width: 100%;', name: 'asset[attachment]' }
        .spacer

  #pick-asset
    %h5 From the Asset Library

    .filter= text_field_tag :q, '', id: 'quick-search', class: 'filter search', placeholder: 'Filter Assets', data: { 'record-list' => '.asset-list' }

    .asset-list-scroller
      %ul#modal-asset-list.asset-list.record-grid.infinite-scroll{data: {records: {url: assets_path(format: 'json'), template: 'tenon/templates/assets/asset_row', name: 'asset'}}}

      = link_to "Load More Assets", '#', :class => 'infinite-loader', 'data-record-list' => '#modal-asset-list'

Version data entries

71 entries across 71 versions & 1 rubygems

Version Path
tenon-1.1.4 app/views/tenon/item_assets/new.html.haml
tenon-1.1.3 app/views/tenon/item_assets/new.html.haml
tenon-1.1.2 app/views/tenon/item_assets/new.html.haml
tenon-1.1.1 app/views/tenon/item_assets/new.html.haml
tenon-1.0.76 app/views/tenon/item_assets/new.html.haml
tenon-1.0.75 app/views/tenon/item_assets/new.html.haml
tenon-1.0.74 app/views/tenon/item_assets/new.html.haml
tenon-1.0.73 app/views/tenon/item_assets/new.html.haml
tenon-1.0.72 app/views/tenon/item_assets/new.html.haml
tenon-1.0.71 app/views/tenon/item_assets/new.html.haml
tenon-1.0.70 app/views/tenon/item_assets/new.html.haml
tenon-1.0.69 app/views/tenon/item_assets/new.html.haml
tenon-1.0.68 app/views/tenon/item_assets/new.html.haml
tenon-1.0.67 app/views/tenon/item_assets/new.html.haml
tenon-1.0.66 app/views/tenon/item_assets/new.html.haml
tenon-1.0.65 app/views/tenon/item_assets/new.html.haml
tenon-1.0.64 app/views/tenon/item_assets/new.html.haml
tenon-1.0.63 app/views/tenon/item_assets/new.html.haml
tenon-1.0.62 app/views/tenon/item_assets/new.html.haml
tenon-1.0.61 app/views/tenon/item_assets/new.html.haml