Sha256: 488de2e4fcfaaad4516b37a7c8068fb286a53e0bfce271a0794f34cd76cbfae0

Contents?: true

Size: 203 Bytes

Versions: 3

Compression:

Stored size: 203 Bytes

Contents

<h1><%= @post.title %></h1<>

<% if @post.image %>
  <%= attachment_image_tag(@post, :image) %>
<% end %>

<% if @post.document %>
  <%= link_to "Document", attachment_url(@post, :document) %>
<% end %>

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
refile-0.2.2 spec/refile/test_app/app/views/normal_posts/show.html.erb
defile-0.2.1 spec/defile/test_app/app/views/normal_posts/show.html.erb
defile-0.2.0 spec/defile/test_app/app/views/normal_posts/show.html.erb