mirror of https://git.stjo.hn/planiverse
Wrap a single status in a ul when replying
When showing a single status we still need to wrap it in a ul or there'll be a weird dot.
This commit is contained in:
parent
52f0cf1fe7
commit
24dc518fc3
|
@ -15,8 +15,10 @@
|
|||
@component('navigation')
|
||||
@endcomponent
|
||||
|
||||
<ul>
|
||||
@component('status', ['status' => $status])
|
||||
@endcomponent
|
||||
</ul>
|
||||
|
||||
@if ($logged_in)
|
||||
<form method="post" action="{{ route('post_status') }}">
|
||||
|
|
Loading…
Reference in New Issue