Sha256: 885f491829666d9651235ba440526a8a5b1b1efc548b6ba9b86ca74571694285

Contents?: true

Size: 416 Bytes

Versions: 8

Compression:

Stored size: 416 Bytes

Contents

<div class="spud_news_post">
	<h3><%= @post.title %></h3>
	<h4>Posted by <%= @post.author.full_name %> on <%= @post.display_date %></h4>
	<% if @post.categories.any? %>
	<p id="spud_news_post_categories">
		Filed under
		<%= raw(@post.categories.collect{ |c| link_to c.name, news_category_path(c.url_name) }.join(', ')) %>
	</p>
	<% end %>
	<div id="spud_news_post_content">
		<%= raw @post.content %>
	</div>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spud_blog-0.7.0 app/views/news/show.html.erb
spud_blog-0.6.3 app/views/news/show.html.erb
spud_blog-0.6.0 app/views/news/show.html.erb
spud_blog-0.5.1 app/views/news/show.html.erb
spud_blog-0.5.0 app/views/news/show.html.erb
spud_blog-0.4.0 app/views/news/show.html.erb
spud_blog-0.2.2 app/views/news/show.html.erb
spud_blog-0.2.1 app/views/news/show.html.erb