mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-18 08:26:45 +02:00
13 lines
280 B
HTML
13 lines
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> |