Sha256: 972f95c4a9326dfc91545518d6c33fdac8892cf4dcface1fb92a2d6ef67f64d7

Contents?: true

Size: 342 Bytes

Versions: 3

Compression:

Stored size: 342 Bytes

Contents

<p id="notice"><%= notice %></p>

<p>
	<strong>Blog Title:</strong>
	<%= @blog_post.blogpsttitle %>
</p>

<p>
	<strong>Blog Text:</strong>
	<%= @blog_post.blogpsttext %>
</p>

<p>
	<strong>Post Status:</strong>
	<%= @blog_post.pststatus %>
</p>

<%= link_to 'Edit', edit_blog_post_path(@blog_post) %> |
<%= link_to 'Back', blog_posts_path %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phcpress-0.2.1b app/views/phcpress/blog/posts/show.html.erb
phcpress-0.1.9b app/views/phcpress/blog/posts/show.html.erb
phcpress-0.1.5b app/views/phcpress/blog/posts/show.html.erb