Skip to content

Commit

Permalink
+2 warnings (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
dqwiki committed Jul 28, 2023
1 parent 2b0f258 commit 576bdac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/views/appeals/appeal.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ function displayTransfer() {
@elseif($info->user_verified == -1)
<br/><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Oxygen480-status-security-low.svg/30px-Oxygen480-status-security-low.svg.png">
<i>This appeal will not be able to be verified.</i>
<br /><b style="color:red">This appeal has not been verified to match the user on wiki. Do not take any negative action towards the user based on this appeal without having a CheckUser review.</b>
@elseif(!$info->blocktype == 0)
<br/><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/87/Oxygen480-status-security-medium.svg/30px-Oxygen480-status-security-medium.svg.png">
<i>{{__('appeals.verify.not-verified')}}</i>
<i>{{__('appeals.verify.not-verified')}}</i>
<br /><b style="color:red">This appeal has not been verified to match the user on wiki. Do not take any negative action towards the user based on this appeal without having a CheckUser review.</b>
@endif
<br/>{{__('appeals.appeal-types.title')}}:
@if($info->blocktype==0)
Expand Down

0 comments on commit 576bdac

Please sign in to comment.