Skip to content

Instantly share code, notes, and snippets.

@ch1ago
Created January 7, 2011 20:19
Show Gist options
  • Save ch1ago/770040 to your computer and use it in GitHub Desktop.
Save ch1ago/770040 to your computer and use it in GitHub Desktop.
<% @players.each do |player| %>
<div
<%= "id='player#{player.id}_box'" %>
<%= "style='display:none'" if player.new_record? %>
>
<%= player.email %>
</div>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment