Add the commiter's name to the builds list

This commit is contained in:
Eugen Minciu 2013-01-22 18:10:59 +02:00
parent 8ed1226955
commit 52bc49b64c

View File

@ -7,6 +7,9 @@
<th>
{{t builds.commit}}
</th>
<th>
{{t builds.commiter}}
</th>
{{#if view.isPullRequestsList}}
<th>
{{t builds.pr}}
@ -36,6 +39,9 @@
{{formatCommit commit}}
</a>
</td>
<td class="committer">
{{commit.committerName}}
</td>
{{#if commit.pullRequestNumber}}
<td>
<a {{bindAttr href="view.urlGithubPullRequest"}}>