mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Update FeedPage.vue
This commit is contained in:
parent
68d70ad03a
commit
3e74055cda
1 changed files with 2 additions and 4 deletions
|
@ -1,17 +1,15 @@
|
||||||
<template>
|
<template>
|
||||||
<h1 v-t="'titles.feed'" class="font-bold text-center my-4" />
|
|
||||||
|
|
||||||
<button class="btn mr-2" @click="exportHandler">
|
<button class="btn mr-2" @click="exportHandler">
|
||||||
<router-link to="/subscriptions">Subscriptions</router-link>
|
<router-link to="/subscriptions">Subscriptions</router-link>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<span>
|
<span>
|
||||||
<a :href="getRssUrl">
|
<a :href="getRssUrl" class="btn">
|
||||||
<font-awesome-icon icon="rss" />
|
<font-awesome-icon icon="rss" />
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span class="md:float-right">
|
<span class="md:float-right flex pp-sortby-feed">
|
||||||
<SortingSelector by-key="uploaded" @apply="order => videos.sort(order)" />
|
<SortingSelector by-key="uploaded" @apply="order => videos.sort(order)" />
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue