<%= pluralize(@new_posts, "new post") %> since your last visit.
<%= link_to "New thread", {:action => "newthread"}, {:class => "button"} %>
| <% @discussions.each { |d| %> <%=h d.title %> | <% } %>
<%= render(:partial => "discussion", :collection => @discussions) %>