Sha256: dc257f38fa4db745a820956d39faa2e350ed61138e7eb3d925b6a8bb9bf0ba1e

Contents?: true

Size: 626 Bytes

Versions: 37

Compression:

Stored size: 626 Bytes

Contents

.videos--index.container-fluid
  = paginate videos, param_name: :videos_page, views_prefix: 'wco'

  .row
    - videos.each do |video|
      .col-md-4
        .d-flex
          .thumb= image_tag video.thumb.url(:thumb), class: 'thumb'
          .a
            .title
              = link_to video.name, video_path( video )
            .d-flex
              = link_to '[~]', edit_video_path( video )
              = button_to '[x]', video_path( video ), :method => :delete, :data => { :confirm => 'Are you sure?' }
            = render 'meta', item: video

  = paginate videos, param_name: :videos_page, views_prefix: 'wco'


Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
wco_models-3.1.0.201 app/views/wco/videos/_index.haml
wco_models-3.1.0.199 app/views/wco/videos/_index.haml
wco_models-3.1.0.198 app/views/wco/videos/_index.haml
wco_models-3.1.0.197 app/views/wco/videos/_index.haml
wco_models-3.1.0.196 app/views/wco/videos/_index.haml
wco_models-3.1.0.195 app/views/wco/videos/_index.haml
wco_models-3.1.0.194 app/views/wco/videos/_index.haml
wco_models-3.1.0.193 app/views/wco/videos/_index.haml
wco_models-3.1.0.192 app/views/wco/videos/_index.haml
wco_models-3.1.0.191 app/views/wco/videos/_index.haml
wco_models-3.1.0.190 app/views/wco/videos/_index.haml
wco_models-3.1.0.189 app/views/wco/videos/_index.haml
wco_models-3.1.0.188 app/views/wco/videos/_index.haml
wco_models-3.1.0.187 app/views/wco/videos/_index.haml
wco_models-3.1.0.184 app/views/wco/videos/_index.haml
wco_models-3.1.0.183 app/views/wco/videos/_index.haml
wco_models-3.1.0.182 app/views/wco/videos/_index.haml
wco_models-3.1.0.181 app/views/wco/videos/_index.haml
wco_models-3.1.0.180 app/views/wco/videos/_index.haml
wco_models-3.1.0.178 app/views/wco/videos/_index.haml