Revert "Revert "* avatar added to commit-tracker to replace signum""
This reverts commit 7e0d842897.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user