Sha256: 6ce52c8cb44e3d7a030bd87a2a5ebc70bf458ce5afa786c8295cac2d135f1a29

Contents?: true

Size: 389 Bytes

Versions: 1

Compression:

Stored size: 389 Bytes

Contents

h1.image-label
  = @image.label
p.lead.image-uploaded-by
  | by 
  = uploaded_by @image
hr
h3
  | Image URL
p
  = attachment_url(@image, :image_file, filename: @image.label)
p
  // = image_tag attachment_url(@image, :image_file, :fill, 600, 600)
  = image_tag attachment_url(@image, :image_file)
hr
= link_to 'Edit', edit_admin_image_path(@image)
|  | 
= link_to 'Back', admin_images_path

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bigmouth-0.0.2 app/views/bigmouth/admin/images/show.html.slim