Skip to content

Instantly share code, notes, and snippets.

@scottmagdalein
Created July 7, 2012 00:01
Show Gist options
  • Save scottmagdalein/3063485 to your computer and use it in GitHub Desktop.
Save scottmagdalein/3063485 to your computer and use it in GitHub Desktop.
applicants/show.html.erb for "likes"
<h1>Likes</h1>
<% @comments.count == 0 %>
<p>Nobody likes this person. Sad, eh?</p>
<% else %>
<div>
<p><%= likes.count %> likes</p>
</div>
<% end %>
<%= render partial: "likes/form" %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment