Sha256: 36ce801e338368cb7dc7f8de381e65b6d3958083b59afb14f5da6d1e0625ff00

Contents?: true

Size: 263 Bytes

Versions: 2

Compression:

Stored size: 263 Bytes

Contents

<h1>
  <%= @post.title %>
</h1>
<i>Published <%= @post.published_at.strftime('%d %B %Y') %></i>
<p>
  <%= simple_format(@post.content) %>
</p>


<% if session[:admin] %>
  <%= link_to 'Edit', edit_post_path(@post) %> |
<% end %>
<%= link_to 'Back', posts_path %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ajax_pagination-0.2.0 spec/rails_app/app/views/posts/show.html.erb
ajax_pagination-0.1.0 spec/rails_app/app/views/posts/show.html.erb