Sha256: 34cf2341cbecdfd55f426bc318e77373e0906edcb50cb88b62335f8b37e79144
Contents?: true
Size: 591 Bytes
Versions: 7
Compression:
Stored size: 591 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-cog.text-muted = link_to page_widget_asset_path(id: asset.id, widget_id: widget.id, page_id: page.id), method: "delete", confirm: "Are you sure of delete this slide?", remote: true, class: "btn btn-link btn-xs" do %i.fa.fa-trash-o.text-danger
Version data entries
7 entries across 7 versions & 1 rubygems