Skip to content

Instantly share code, notes, and snippets.

@dhrp
Created May 30, 2014 23:16
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 dhrp/984b473f31cb2ae3da03 to your computer and use it in GitHub Desktop.
Save dhrp/984b473f31cb2ae3da03 to your computer and use it in GitHub Desktop.
dashboard list html
<div id="starred_repos" class="listing_container span span4andahalf">
<div class="listing_header">Starred Repositories</div>
<ul class="listing">
<li>
<span class="listing_stars">4</span>
<a href="http://localhost:8000/u/joffrey/base/">joffrey/base</a>
</li>
<li>
<span class="listing_stars">1</span>
<a href="http://localhost:8000/u/samalba/v804f9u61hwmmcz0/">samalba/v804f9u61hwmmcz0</a>
</li>
<li>
<span class="listing_stars">5</span>
<a href="http://localhost:8000/u/samalba/hipache/">samalba/hipache</a>
</li>
<li>
<span class="listing_stars">2</span>
<a href="http://localhost:8000/u/samalba/ubuntu/">samalba/ubuntu</a>
</li>
<li>
<span class="listing_stars">2</span>
<a href="http://localhost:8000/u/stackbrew/hipache/">stackbrew/hipache</a>
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment