Merge pull request #120 from minciue/master
Show committer's name in builds list
This commit is contained in:
commit
36fb57b093
|
@ -7,6 +7,9 @@
|
|||
<th>
|
||||
{{t builds.commit}}
|
||||
</th>
|
||||
<th class="committer">
|
||||
{{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"}}>
|
||||
|
|
|
@ -78,3 +78,6 @@ html, body
|
|||
#left .finished_at_label
|
||||
display: none
|
||||
|
||||
@media screen and (max-width: 1310px)
|
||||
table#builds .committer
|
||||
display: none
|
||||
|
|
Loading…
Reference in New Issue
Block a user