Sha256: 69cc1ea940029ffd408ac6a25426750e01e0597f542eea3e1e9f101286999a93

Contents?: true

Size: 598 Bytes

Versions: 2

Compression:

Stored size: 598 Bytes

Contents

.col-xs-6.col-sm-4.col-md-3.col-lg-2(id="slide-#{asset.id}")
  .thumbnail
    = image_tag asset.url(:small), alt: asset.alt
    .caption.clearfix
      .pull-right
        = link_to edit_page_widget_asset_path(id: asset.id, widget_id: widget.id, page_id: page.id), remote: true, class: "btn btn-link btn-xs" do
          %i.fa.fa-pencil.text-muted
        = link_to page_widget_asset_path(id: asset.id, widget_id: widget.id, page_id: page.id), method: "delete", data: { confirm: t('quadro.confirmation.slide') }, remote: true, class: "btn btn-link btn-xs" do
          %i.fa.fa-trash-o.text-danger

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
quadro-0.6.1 app/views/quadro/assets/slide/_slide.html.haml
quadro-0.6.0 app/views/quadro/assets/slide/_slide.html.haml