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