Created
May 26, 2013 23:50
-
-
Save marti1125/5654476 to your computer and use it in GitHub Desktop.
view badges
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script id="badgeTemplate" type="text/template"> | |
<div class="username"> | |
<% _.each(results, function(res) { %> | |
<li><%= res.username %></li> | |
<% }); %> | |
</div> | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment