woodpecker/server/app/views/repo_list.html

13 lines
280 B
HTML
Raw Normal View History

2014-07-09 07:46:15 +00:00
<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>