refactor(front): consistent layouts on explore
This commit is contained in:
parent
17415093f1
commit
8b35d5934a
|
@ -63,7 +63,7 @@ fetchData()
|
|||
<template>
|
||||
<div>
|
||||
<slot />
|
||||
<Layout grid>
|
||||
<Layout flex>
|
||||
<Loader v-if="isLoading" />
|
||||
<channel-card
|
||||
v-for="object in channels"
|
||||
|
|
|
@ -81,7 +81,7 @@ fetchData()
|
|||
<channels-widget
|
||||
:show-modification-date="true"
|
||||
:limit="12"
|
||||
:filters="{ordering: '-creation_date', external: 'false'}"
|
||||
:filters="{ordering: '-creation_date', external: 'true'}"
|
||||
/>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue