Add the commiter's name to the builds list
This commit is contained in:
parent
8ed1226955
commit
52bc49b64c
|
@ -7,6 +7,9 @@
|
||||||
<th>
|
<th>
|
||||||
{{t builds.commit}}
|
{{t builds.commit}}
|
||||||
</th>
|
</th>
|
||||||
|
<th>
|
||||||
|
{{t builds.commiter}}
|
||||||
|
</th>
|
||||||
{{#if view.isPullRequestsList}}
|
{{#if view.isPullRequestsList}}
|
||||||
<th>
|
<th>
|
||||||
{{t builds.pr}}
|
{{t builds.pr}}
|
||||||
|
@ -36,6 +39,9 @@
|
||||||
{{formatCommit commit}}
|
{{formatCommit commit}}
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
<td class="committer">
|
||||||
|
{{commit.committerName}}
|
||||||
|
</td>
|
||||||
{{#if commit.pullRequestNumber}}
|
{{#if commit.pullRequestNumber}}
|
||||||
<td>
|
<td>
|
||||||
<a {{bindAttr href="view.urlGithubPullRequest"}}>
|
<a {{bindAttr href="view.urlGithubPullRequest"}}>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user