Add missing header for pull request
This commit is contained in:
parent
1cbf3ffc1e
commit
1987a97ec1
|
@ -25,7 +25,7 @@
|
||||||
<dt>Commit</dt>
|
<dt>Commit</dt>
|
||||||
<dd class="commit"><a {{bind-attr href="controller.urlGithubCommit"}}>{{formatCommit commit}}</a></dd>
|
<dd class="commit"><a {{bind-attr href="controller.urlGithubCommit"}}>{{formatCommit commit}}</a></dd>
|
||||||
{{#if pullRequest}}
|
{{#if pullRequest}}
|
||||||
<dt></dt>
|
<dt>Pull Request</dt>
|
||||||
<dd class="pull_request"><a {{bind-attr href="commit.compareUrl"}}>#{{pullRequestNumber}} {{pullRequestTitle}}</a></dd>
|
<dd class="pull_request"><a {{bind-attr href="commit.compareUrl"}}>#{{pullRequestNumber}} {{pullRequestTitle}}</a></dd>
|
||||||
{{else}}
|
{{else}}
|
||||||
{{#if commit.compareUrl}}
|
{{#if commit.compareUrl}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user