10 lines
No EOL
246 B
HTML
10 lines
No EOL
246 B
HTML
<ol>
|
|
<li>
|
|
<a ng-href="/{{ repo.full_name }}">
|
|
<i class="material-icons">arrow_back</i>
|
|
</a>
|
|
</li>
|
|
<li>{{repo.owner}} / {{repo.name}}</li>
|
|
<li><i class="material-icons">chevron_right</i></li>
|
|
<li>{{build.number}}</li>
|
|
</ol> |