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}}
<small>PR #{{build.pullRequestNumber}}</small>
{{else}}
<a {{bind-attr href="build.urlGithubPullRequest"}}>
<small>insert branch</small>
</a>
{{!-- <a {{bind-attr href="build.urlGithubPullRequest"}}> --}}
<small>{{build.commit.branch}}</small>
{{!-- </a> --}}
{{/if}}
{{{format-message build.commit.message short="true" repoBinding=build.repo}}}
</h2>