File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
resources/views/livewire/pages Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -146,8 +146,8 @@ class="relative z-20 inline-flex h-8 w-full cursor-pointer items-center justify-
146
146
<x-user .discussions :user =" $user" :discussions =" $this->discussions" />
147
147
</div >
148
148
<div x-cloak :id =" $id(tabId + '-content')" x-show =" tabContentActive($el)" >
149
+ <x-user .threads :user =" $user" :threads =" $this->threads" />
149
150
</div >
150
- <x-user .threads :user =" $user" :threads =" $this->threads" />
151
151
</div >
152
152
<aside class =" hidden lg:block" >
153
153
<livewire:components .user.activities :user =" $user" />
Original file line number Diff line number Diff line change @@ -114,20 +114,20 @@ class="object-cover size-full"
114
114
class =" prose prose-green text-gray-500 dark:text-gray-400 dark:prose-invert lg:max-w-none"
115
115
:content =" $article->body"
116
116
/>
117
-
118
- <div class =" relative inline-flex mt-5 space-x-4" >
119
- <livewire:components .reactions
120
- wire:key =" {{ $article -> id } }"
121
- :model =" $article"
122
- :with-place-holder =" false"
123
- :with-background =" false"
124
- />
125
- </div >
126
117
</div >
127
118
<div class =" hidden lg:block" >
128
119
<x-sticky-content class =" space-y-10" >
129
120
@if ($article -> isPublished () )
130
121
<div >
122
+
123
+ <div class =" relative inline-flex mt-5 space-x-4" >
124
+ <livewire:components .reactions
125
+ wire:key =" {{ $article -> id } }"
126
+ :model =" $article"
127
+ :with-place-holder =" false"
128
+ :with-background =" false"
129
+ />
130
+ </div >
131
131
<p class =" text-sm font-medium text-gray-500 dark:text-gray-400" >
132
132
{{ __ (' pages/article.share_article' ) } }
133
133
</p >
You can’t perform that action at this time.
0 commit comments