mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 12:21:03 +00:00
13 lines
No EOL
280 B
HTML
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> |