Sha256: ee915468c5eed6e405f12bb9b4f14573ab0576c245df659dddaedbde90207e9a
Contents?: true
Size: 300 Bytes
Versions: 13
Compression:
Stored size: 300 Bytes
Contents
<p id="notice"><%= notice %></p> <p> <strong>Title:</strong> <%= @post.title %> </p> <p> <strong>File:</strong> <!-- <%= @post.file.try :image, false, width: "180px" %> --> <%= image_tag(@post.file)%> </p> <%= link_to 'Edit', edit_post_path(@post) %> | <%= link_to 'Back', posts_path %>
Version data entries
13 entries across 13 versions & 1 rubygems