mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update collection view
This commit is contained in:
parent
218cf84041
commit
fa01c8924a
1 changed files with 7 additions and 7 deletions
|
@ -4,12 +4,12 @@
|
|||
|
||||
<div class="container">
|
||||
<collection-component
|
||||
collection-id="{{$collection->id}}"
|
||||
collection-title="{{$collection->title}}"
|
||||
collection-description="{{$collection->description}}"
|
||||
collection-visibility="{{$collection->visibility}}"
|
||||
profile-id="{{$collection->profile_id}}"
|
||||
profile-username="{{$collection->profile->username}}"
|
||||
collection-id="{{$collection['id']}}"
|
||||
collection-title="{{$collection['title']}}"
|
||||
collection-description="{{$collection['description']}}"
|
||||
collection-visibility="{{$collection['visibility']}}"
|
||||
profile-id="{{$collection['pid']}}"
|
||||
profile-username="{{$collection['username']}}"
|
||||
></collection-component>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue