Sha256: 58efc9f52a7ff87eeade6130e486b8eb277c1380cb9ce06d92777420d8823157
Contents?: true
Size: 337 Bytes
Versions: 2
Compression:
Stored size: 337 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 %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
refile-0.2.4 | spec/refile/test_app/app/views/normal_posts/show.html.erb |
refile-0.2.3 | spec/refile/test_app/app/views/normal_posts/show.html.erb |