mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
html format other components
This commit is contained in:
@@ -11,17 +11,20 @@
|
||||
:item="item"
|
||||
></slot>
|
||||
</template>
|
||||
</div><div v-if="items.length === 0">
|
||||
</div>
|
||||
<div v-if="items.length === 0">
|
||||
<p v-once>
|
||||
{{ noItemsLabel }}
|
||||
</p>
|
||||
</div><div
|
||||
</div>
|
||||
<div
|
||||
v-if="items.length > itemsPerRow"
|
||||
class="btn btn-flat btn-show-more"
|
||||
@click="toggleItemsToShow()"
|
||||
>
|
||||
{{ showAll ? $t('showLess') : $t('showMore') }}
|
||||
</div><div
|
||||
</div>
|
||||
<div
|
||||
v-else
|
||||
class="fill-height"
|
||||
></div>
|
||||
|
||||
Reference in New Issue
Block a user