remove link to github branch and add actual branch
This commit is contained in:
parent
3405d2fa38
commit
3539143c07
|
@ -11,9 +11,9 @@
|
||||||
{{#if isPullRequestsList}}
|
{{#if isPullRequestsList}}
|
||||||
<small>PR #{{build.pullRequestNumber}}</small>
|
<small>PR #{{build.pullRequestNumber}}</small>
|
||||||
{{else}}
|
{{else}}
|
||||||
<a {{bind-attr href="build.urlGithubPullRequest"}}>
|
{{!-- <a {{bind-attr href="build.urlGithubPullRequest"}}> --}}
|
||||||
<small>insert branch</small>
|
<small>{{build.commit.branch}}</small>
|
||||||
</a>
|
{{!-- </a> --}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{{format-message build.commit.message short="true" repoBinding=build.repo}}}
|
{{{format-message build.commit.message short="true" repoBinding=build.repo}}}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user