Sha256: 651e5e73bc324b27d4a724d3c4d2c96d71e013099be92e7c02226f3af2436070

Contents?: true

Size: 344 Bytes

Versions: 3

Compression:

Stored size: 344 Bytes

Contents

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

<p>
	<strong>Newspsttitle:</strong>
	<%= @news_post.newspsttitle %>
</p>

<p>
	<strong>Newspsttext:</strong>
	<%= @news_post.newspsttext %>
</p>

<p>
	<strong>Pststatus:</strong>
	<%= @news_post.pststatus %>
</p>

<%= link_to 'Edit', edit_news_post_path(@news_post) %> |
<%= link_to 'Back', news_posts_path %>

Version data entries

3 entries across 3 versions & 1 rubygems

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