mirror of
https://github.com/harness/drone.git
synced 2025-05-11 06:30:06 +08:00
9 lines
181 B
HTML
9 lines
181 B
HTML
<ol>
|
|
<li>
|
|
<a ng-href="/{{ full_name}}">
|
|
<i class="material-icons">arrow_back</i>
|
|
</a>
|
|
</li>
|
|
<li>{{owner}} / <a ng-href="/{{ full_name}}">{{name}}</a></li>
|
|
</ol>
|