Sha256: 908bc4a9c4b13a07798a2cad01cb3d36bbff9b346ecd5cd5562fcf4ce753d7fb
Contents?: true
Size: 268 Bytes
Versions: 6
Compression:
Stored size: 268 Bytes
Contents
<h1>Show Image</h1> <p id="notice"><%= notice %></p> <p> <b>Name:</b> <%= @image.name %> </p> <p> <%= image_tag @image.file.url(:full), :size => "400x400" %> </p> <p> <%= link_to 'Edit', edit_image_path(@image) %> <%= link_to 'Back', images_path %> </p>
Version data entries
6 entries across 6 versions & 1 rubygems