| + | ID | +Action | +Moderator | +Created | +Expiration | +Acknowledged | +
|---|---|---|---|---|---|---|
| + + | +{{ $punishment->id }} | +{{ $punishment->punishment_type->label }} | +
+
+ |
+ {{ $punishment->reviewed() }} | +{{ $punishment->expirationStr() }} | +{{ $punishment->active ? 'No' : 'Yes' }} | +
|
+
+
+ Note to User: {{ $punishment->user_note }} +Internal Note: {{ $punishment->internal_note }} + @if($punishment->pardoned()) +Pardoned By: {{ $punishment->pardoner->username }} +Pardoner Note: {{ $punishment->pardoner_note }} + @endif + @if($punishment->context->count() > 0) +Abuses: + @endif + @foreach($punishment->context as $context) +
+
+ @endforeach
+ Reason: {{ $context->user_note }} (TODO: audit) + @if($context->description) +Offensive Item: {{ $context->description }} + @endif + @if($context->content_hash) + |
+ ||||||
{{ $user->username }} home page
+ @if($errors->any()) + @foreach($errors->all() as $error) +{{ $userName->username }} ({{ $userName->created_at->isoFormat('lll') }})
+ @endforeach +| - | ID | -Action | -Moderator | -Created | -Expiration | -Acknowledged | -
|---|---|---|---|---|---|---|
| - - | -{{ $punishment->id }} | -{{ $punishment->punishment_type->label }} | -
-
- |
- {{ $punishment->reviewed() }} | -{{ $punishment->expirationStr() }} | -{{ $punishment->active ? 'No' : 'Yes' }} | -
|
-
-
- Note to User: {{ $punishment->user_note }} - @if($punishment->context->count() > 0) -Abuses: - @endif - @foreach($punishment->context as $context) -
-
- @endforeach
- Reason: {{ $context->user_note }} (TODO: audit) - @if($context->description) -Offensive Item: {{ $context->description }} - @endif - @if($context->content_hash) - |
- ||||||