Sha256: a6c82862d5e99ce0efe57cc26544cb1d0127f335e19037dcda74e2693f4ea25c

Contents?: true

Size: 353 Bytes

Versions: 2

Compression:

Stored size: 353 Bytes

Contents

<% cache ["news/index",post] do%>
	<div class="spud_news_post">
		<h3><%= link_to post.title, news_post_path(post.url_name) %></h3>
		<h4>Posted by <%= post.author.try(:full_name) %> on <%= post.display_date %></h4>
		<div class="spud_news_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/news/_post.html.erb
spud_blog-1.0.1 app/views/news/_post.html.erb