Sha256: fe4fb6b1cae3f560e3113486999bb0f50700927b73b1cc82ef8bebb22f31b043
Contents?: true
Size: 737 Bytes
Versions: 7
Compression:
Stored size: 737 Bytes
Contents
.col-xs-6.col-sm-6.col-md-3.col-lg-2(id="image-#{asset.id}") .thumbnail = image_tag asset.url(:small), alt: asset.alt .caption.clearfix .pull-right = link_to (widget.present? ? edit_page_widget_asset_path(page_id: page.id, widget_id: widget.id, id: asset.id) : edit_page_asset_path(id: asset.id, page_id: page.id)), remote: true, class: "btn btn-link btn-xs" do %i.fa.fa-cog.text-muted = link_to (widget.present? ? page_widget_asset_path(page_id: page.id, widget_id: widget.id, id: asset.id) : page_asset_path(id: asset.id, page_id: page.id)), method: "delete", confirm: "Are you sure of delete this image?", 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