mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-22 18:20:31 -05:00
automation: prettier blade ci
This commit is contained in:
@@ -43,7 +43,12 @@
|
||||
</form>
|
||||
<ol class="comment-list">
|
||||
@forelse ($comments as $comment)
|
||||
<livewire:comment :model="$model" :comment="$comment" :category="$category" :key="$comment->id" />
|
||||
<livewire:comment
|
||||
:model="$model"
|
||||
:comment="$comment"
|
||||
:category="$category"
|
||||
:key="$comment->id"
|
||||
/>
|
||||
@empty
|
||||
<li>
|
||||
<i class="{{ config('other.font-awesome') }} fa-frown"></i>
|
||||
|
||||
Reference in New Issue
Block a user