woodpecker/cmd/drone-server/static/scripts/views/repos/toolbar.html

8 lines
162 B
HTML
Raw Normal View History

2015-07-29 16:16:08 +00:00
<ol>
<li>
<a ng-href="/{{ repo.full_name}}">
<i class="material-icons">arrow_back</i>
</a>
</li>
<li>{{repo.owner}} / {{repo.name}}</li>
</ol>