Sha256: dc5e0174f3e627dfa9a593f5b6895ba7071ff886d805d456a1f4f2d503c667f5

Contents?: true

Size: 496 Bytes

Versions: 3

Compression:

Stored size: 496 Bytes

Contents

.images{:style => 'display: inline-block;'}
  - Image.all.each do |image|
    .span{:style => 'margin-bottom: 20px;', :id => image.id}
      %button.btn.btn-mini.btn-danger.destroy{:style => 'position: absolute;', :type => 'button', :'data-original-title' => 'Verwijder', :rel => 'tooltip', :'data-id' => image.id}
        %i.icon-trash.icon-white
      %img.img-rounded.item{:style => 'height: 113px;', :id => image.id, :src => image.file.process(:thumb, '113x113#').url, :url => image.file.url}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
classiccms-0.6.4 lib/classiccms/views/cms/images.haml
classiccms-0.6.3 lib/classiccms/views/cms/images.haml
classiccms-0.6.2 lib/classiccms/views/cms/images.haml