Sha256: 33d334dae50f5152c6d14c9811362b9379b78b738daea07e3a88b0b47b7acf47

Contents?: true

Size: 353 Bytes

Versions: 2

Compression:

Stored size: 353 Bytes

Contents

<% cache ["blog/index",post] do%>
	<div class="spud_blog_post">
		<h3><%= link_to post.title, blog_post_path(post.url_name) %></h3>
		<h4>Posted by <%= post.author.try(:full_name) %> on <%= post.display_date %></h4>
		<div class="spud_blog_post_content">
			<%= truncate_html post.content_processed.html_safe, :length => 250 %>
		</div>
	</div>
<%end%>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spud_blog-1.0.2 app/views/blog/_post.html.erb
spud_blog-1.0.1 app/views/blog/_post.html.erb