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

Version Path
bard-file_field-0.1.6 dummy/app/views/posts/show.html.erb
bard-file_field-0.1.5 dummy/app/views/posts/show.html.erb
bard-file_field-0.1.4 dummy/app/views/posts/show.html.erb
bard-file_field-0.1.3 dummy/app/views/posts/show.html.erb
bard-file_field-0.1.2 dummy/app/views/posts/show.html.erb
bard-file_field-0.1.1 dummy/app/views/posts/show.html.erb
bard-file_field-0.1.0 dummy/app/views/posts/show.html.erb