Skip to content

Instantly share code, notes, and snippets.

@joefiorini
Created November 3, 2008 00:58
Show Gist options
  • Save joefiorini/21775 to your computer and use it in GitHub Desktop.
Save joefiorini/21775 to your computer and use it in GitHub Desktop.
<%- @recent_news.each do |a| -%>
<h3><%= link_to_channels_resource @channel, "news", "view", a, a.subject %></h3>
<p><%= truncate a.content_text, 200 %>&nbsp;<%= link_to_channels_resource @channel, "news", "view", a, "more &gt;" %></p>
<% unless a == @recent_news.last %>
<hr>
<% end %>
<%- end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment