mirror of
https://github.com/harness/drone.git
synced 2025-05-21 11:29:52 +08:00
Added missing strong
This commit is contained in:
parent
4b07aedf67
commit
071fe67af7
@ -19,9 +19,11 @@
|
|||||||
</strong>
|
</strong>
|
||||||
</dd>
|
</dd>
|
||||||
<dd class="large" ng-if="repo.remote == 'bitbucket.org' ">
|
<dd class="large" ng-if="repo.remote == 'bitbucket.org' ">
|
||||||
|
<strong>
|
||||||
commit
|
commit
|
||||||
<a href="http://{{ repo.host }}/{{ repo.owner }}/{{ repo.name }}/commits/{{ commit.sha }}" >{{ commit.sha | shortHash}}</a>
|
<a href="http://{{ repo.host }}/{{ repo.owner }}/{{ repo.name }}/commits/{{ commit.sha }}" >{{ commit.sha | shortHash}}</a>
|
||||||
to <a href="http://{{ repo.host }}/{{ repo.owner }}/{{ repo.name }}/src/?at={{ commit.branch }}">{{ commit.branch }}</a> branch
|
to <a href="http://{{ repo.host }}/{{ repo.owner }}/{{ repo.name }}/src/?at={{ commit.branch }}">{{ commit.branch }}</a> branch
|
||||||
|
</strong>
|
||||||
</dd>
|
</dd>
|
||||||
<dd class="large" ng-if="repo.remote != 'gitlab.com' && repo.remote != 'github.com' && repo.remote != 'enterprise.github.com' && repo.remote != 'bitbucket.org' ">
|
<dd class="large" ng-if="repo.remote != 'gitlab.com' && repo.remote != 'github.com' && repo.remote != 'enterprise.github.com' && repo.remote != 'bitbucket.org' ">
|
||||||
<strong>commit <u>{{ commit.sha | shortHash}}</u> to <u>{{ commit.branch }}</u> branch</strong>
|
<strong>commit <u>{{ commit.sha | shortHash}}</u> to <u>{{ commit.branch }}</u> branch</strong>
|
||||||
|
Loading…
Reference in New Issue
Block a user