Skip to content

Commit 906deae

Browse files
committed
Blade Style Change (Prettier Blade CI)
1 parent 2be5606 commit 906deae

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

resources/views/torrent/partials/tools.blade.php

+12-3
Original file line numberDiff line numberDiff line change
@@ -540,17 +540,26 @@ class="form__button form__button--outlined"
540540
@switch($torrent->status)
541541
@case(\App\Models\Torrent::APPROVED)
542542
Approved By:
543-
<x-user_tag :user="$torrent->moderationMessages()->latest()->first()->moderator" :anon="false" />
543+
<x-user_tag
544+
:user="$torrent->moderationMessages()->latest()->first()->moderator"
545+
:anon="false"
546+
/>
544547

545548
@break
546549
@case(\App\Models\Torrent::POSTPONED)
547550
Postponed By:
548-
<x-user_tag :user="$torrent->moderationMessages()->latest()->first()->moderator" :anon="false" />
551+
<x-user_tag
552+
:user="$torrent->moderationMessages()->latest()->first()->moderator"
553+
:anon="false"
554+
/>
549555

550556
@break
551557
@case(\App\Models\Torrent::REJECTED)
552558
Rejected By:
553-
<x-user_tag :user="$torrent->moderationMessages()->latest()->first()->moderator" :anon="false" />
559+
<x-user_tag
560+
:user="$torrent->moderationMessages()->latest()->first()->moderator"
561+
:anon="false"
562+
/>
554563

555564
@break
556565
@default

0 commit comments

Comments
 (0)