Add missing header for pull request

This commit is contained in:
Hiro Asari 2014-01-28 12:21:11 -05:00
parent 1cbf3ffc1e
commit 1987a97ec1

View File

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