Skip to content

Instantly share code, notes, and snippets.

@jhuckabee
Created August 3, 2010 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhuckabee/507308 to your computer and use it in GitHub Desktop.
Save jhuckabee/507308 to your computer and use it in GitHub Desktop.
<h2><%= users.length %> Users</h2>
<ul>
<% for(var i=0; i < users.length; i++) { %>
<li><a href="<%=users[i].url%>"><%=users[i].name%></a></li>
<% } %>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment