teamanalysis/templates/git_stats.html
Eli Ribble 530d8afa6d Put all the stats output local, not in the repos
Because it's annoying to dirty all my repos
2015-07-23 13:25:25 -06:00

9 lines
229 B
HTML

<html>
<body>
<ul>
{% for repo in repos %}
<li><a href="/Users/eliribble/src/git_stats/{{ repo }}/index.html">{{ repo }}</a></li>
{% endfor %}
</ul>
</body>
</html>