Show pull requests values only on pull requests tab
This commit is contained in:
parent
44bef520a0
commit
862e1864f5
|
@ -42,7 +42,7 @@
|
|||
<td class="committer">
|
||||
{{commit.committerName}}
|
||||
</td>
|
||||
{{#if commit.pullRequestNumber}}
|
||||
{{#if view.isPullRequestsList}}
|
||||
<td>
|
||||
<a {{bindAttr href="view.urlGithubPullRequest"}}>
|
||||
#{{commit.pullRequestNumber}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user