Compare commits

..

No commits in common. "5e75c8299449e589e4888549c98208a7a94d2c75" and "a70159e88de3cf789571c7c98ffc139c15b0b35c" have entirely different histories.

2 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,9 @@
<ng-container> <ng-container>
<app-header [current_page]="'bans'" height="200px" background_image="/public/img/backgrounds/staff.png" <app-header [current_page]="'bans'" height="250px" background_image="/public/img/backgrounds/staff.png"
[overlay_gradient]="0.5">> [overlay_gradient]="0.5">>
<div class="title" header-content> <div class="title" header-content>
<h1>Minecraft Punishments</h1> <h1>Punishment History</h1>
<h2>Minecraft</h2>
</div> </div>
</app-header> </app-header>

View File

@ -21,8 +21,8 @@
<tr *ngFor="let entry of history"> <tr *ngFor="let entry of history">
<td class="historyType">{{ getType(entry) }}</td> <td class="historyType">{{ getType(entry) }}</td>
<td class="historyPlayer"> <td class="historyPlayer">
<img class="avatar" [ngSrc]="getAvatarUrl(entry)" width="25" <img class="avatar" [ngSrc]="getAvatarUrl(entry)" width="25px"
height="25" alt=""> height="25px" alt="">
{{ entry.username }} {{ entry.username }}
</td> </td>
<td class="historyPlayer">{{ entry.punishedBy }}</td> <td class="historyPlayer">{{ entry.punishedBy }}</td>