Skip to content

Instantly share code, notes, and snippets.

@boblmartens
Created November 25, 2008 07:15
Show Gist options
  • Save boblmartens/28837 to your computer and use it in GitHub Desktop.
Save boblmartens/28837 to your computer and use it in GitHub Desktop.
<h2>Welcome to Jibber!</h2>
<% if @posts.size == 0 %>
<p>I'm sorry, you need to write a post.</p>
<% else %>
<%= render :partial => @posts %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment