Sha256: 28698b4a50cf322b79c47d6b920f4ec90de69c752eb1587bf214f2c1cfbddc2c
Contents?: true
Size: 350 Bytes
Versions: 2
Compression:
Stored size: 350 Bytes
Contents
<p id="notice"><%= notice %></p> <p> <strong>Title:</strong> <%= @post.title %> </p> <p> <strong>Image:</strong> <%= image_tag @post.image.file.regular.url, width: 50, height: 50 if @post.image? %> </p> <p> <strong>Body:</strong> <%= @post.body %> </p> <%= link_to 'Edit', edit_post_path(@post) %> | <%= link_to 'Back', posts_path %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
uploadbox-0.0.2 | test/dummy/app/views/posts/show.html.erb |
uploadbox-0.0.1 | test/dummy/app/views/posts/show.html.erb |