* avatar added to commit-tracker to replace signum

This commit is contained in:
Dávid Danyi
2018-04-27 17:38:15 +02:00
parent e0bb003e94
commit 625f3f46ea
4 changed files with 31 additions and 1 deletions

View File

@@ -13,7 +13,11 @@
</thead>
<tbody>
<tr *ngFor="let commit of commits">
<td class="collapsing">{{commit.owner}}</td>
<td class="collapsing">
<div class="ui jira-avatar image">
<img src="{{avatarUrl(commit.owner)}}" [title]="commit.owner">
</div>
</td>
<td class="collapsing">{{commit.gerrit_time}}</td>
<td>{{commit.gerrit_change_subject}}</td>
<td class="collapsing">{{commit.gerrit_project}}</td>