Skip to content

Instantly share code, notes, and snippets.

@lxcodes
Created June 16, 2011 18:27
Show Gist options
  • Save lxcodes/1029881 to your computer and use it in GitHub Desktop.
Save lxcodes/1029881 to your computer and use it in GitHub Desktop.
<div id="confirmed">
<h4>People who have already confirmed:</h4>
<div class="hSeparator"><!--[ie]--></div>
<table>
<%= @registerees.each do |r| %>
<tr>
<td><%= r[:fullName] %></td><td><%= r[:title]+' : '+r[:company] %></td><td><%= r[:city]+', ' r[:country]%></td>
</tr>
<% end %>
</table>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment