teamanalysis/templates/git_stats.html
Eli Ribble b34482bcfd Add command for building all git_stats directories
This just builds each one with a subprocess call and then creates an
index page you I can easily navigate between them
2015-07-23 13:00:40 -06:00

9 lines
229 B
HTML

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