woodpecker/server/app/views/repo_list.html
2014-07-09 00:46:15 -07:00

13 lines
No EOL
280 B
HTML

<article id="repospage">
<nav>
<a href="/"><span class="fa fa-th"></span></a>
<a href="/account/repos">repositories</a>
</nav>
<section>
<ul>
<li ng-repeat="repo in repos"><a href="/{{ repo | fullPath }}">{{ repo | fullName }}</a></li>
</ul>
</section>
</article>