Sha256: 9778ab6f15f24c8ce66acf0bf843e876f62a0a8ab2f7246d91f46ac4629424bb

Contents?: true

Size: 296 Bytes

Versions: 1

Compression:

Stored size: 296 Bytes

Contents

%li.list-group-item.image[image]
  = link_to(image_tag(image.image_url(:thumb)), image.image_url) if image.image?
  = link_to("Add", image.image_url, class: "add-to-blog")
  |
  = link_to("Delete", blabs_image_path(image), :method => :delete, data: { confirm: "Are you sure?" }, :remote => :true)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blabs-0.4.4 app/views/blabs/blog_posts/_image.html.haml