Skip to content

Commit

Permalink
Ajout de la tête pour le staff
Browse files Browse the repository at this point in the history
  • Loading branch information
Elikill58 committed Nov 23, 2023
1 parent a19dd17 commit c7a2c44
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions resources/views/history.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@
</td>
@else
<td>
<img src="https://mc-heads.net/avatar/{{ $item->banned_by_name }}/25"
alt="{{ $item->banned_by_name }}">
<img src="https://mc-heads.net/avatar/{{ $item->banned_by_name }}/25" alt="{{ $item->banned_by_name }}">
{{ $item->banned_by_name }}
</td>
@endif
Expand Down
1 change: 1 addition & 0 deletions resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
</td>
<td>
<a href="{{ route('litebans.history.issued', $ban->banned_by_name) }}">
<img src="https://mc-heads.net/avatar/{{ $ban->banned_by_name }}/25" alt="{{ $ban->banned_by_name }}">
{{ $ban->banned_by_name }}
</a>
</td>
Expand Down
1 change: 1 addition & 0 deletions resources/views/kick.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
</td>
<td>
<a href="{{ route('litebans.history.issued', $kick->banned_by_name) }}">
<img src="https://mc-heads.net/avatar/{{ $kick->banned_by_name }}/25" alt="{{ $kick->banned_by_name }}">
{{ $kick->banned_by_name }}
</a>
</td>
Expand Down
1 change: 1 addition & 0 deletions resources/views/mute.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
</td>
<td>
<a href="{{ route('litebans.history.issued', $mute->banned_by_name) }}">
<img src="https://mc-heads.net/avatar/{{ $mute->banned_by_name }}/25" alt="{{ $mute->banned_by_name }}">
{{ $mute->banned_by_name }}
</a>
</td>
Expand Down
1 change: 1 addition & 0 deletions resources/views/warn.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
</td>
<td>
<a href="{{ route('litebans.history.issued', $warn->banned_by_name) }}">
<img src="https://mc-heads.net/avatar/{{ $warn->banned_by_name }}/25" alt="{{ $warn->banned_by_name }}">
{{ $warn->banned_by_name }}
</a>
</td>
Expand Down

0 comments on commit c7a2c44

Please sign in to comment.