remove link to github branch and add actual branch

This commit is contained in:
Lisa Passing 2015-03-11 11:54:54 +01:00
parent 3405d2fa38
commit 3539143c07

View File

@ -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>