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