Sha256: e7bc32ca43a4ff6847ea1fd5e34ec0c7bbd651576007481dd013f155f63e0e09

Contents?: true

Size: 389 Bytes

Versions: 2

Compression:

Stored size: 389 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 %>

<% if @post.document %>
  <%= link_to "Convert to Upper", attachment_url(@post, :document, :convert_case, format: "up") %>
<% end %>

<%= link_to "Edit", edit_normal_post_url(@post) %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
refile-0.3.0 spec/refile/test_app/app/views/normal_posts/show.html.erb
refile-0.2.5 spec/refile/test_app/app/views/normal_posts/show.html.erb