Revert "* avatar added to commit-tracker to replace signum"
This reverts commit 625f3f46ea.
This commit is contained in:
@@ -13,11 +13,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr *ngFor="let commit of commits">
|
||||
<td class="collapsing">
|
||||
<div class="ui jira-avatar image">
|
||||
<img src="{{avatarUrl(commit.owner)}}" [title]="commit.owner">
|
||||
</div>
|
||||
</td>
|
||||
<td class="collapsing">{{commit.owner}}</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