Sha256: f4a4c93b014d9b8e7aae471ec9aedea78bcd8efe01a4ae039953986f52ffcf5c
Contents?: true
Size: 369 Bytes
Versions: 7
Compression:
Stored size: 369 Bytes
Contents
<h1><%= @post.name %></h1> <% if @post.image.attached? %> <h2><%= @post.image.filename %></h2> <p><%= image_tag @post.image %></p> <% end %> <% if @post.images.any? %> <h2>Images:</dt> <% @post.images.each do |image| %> <dt><%= image.filename %></dt> <dd><%= image_tag image %></dd> <% end %> <% end %> <p><%= link_to "Edit", [:edit, @post] %></p>
Version data entries
7 entries across 7 versions & 1 rubygems