mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-25 15:07:21 +00:00
parent
79109bda2d
commit
3a71f8c1d3
@ -3,6 +3,10 @@
|
|||||||
|
|
||||||
<small>You can import subscriptions from <router-link to="/import">here</router-link>.</small>
|
<small>You can import subscriptions from <router-link to="/import">here</router-link>.</small>
|
||||||
|
|
||||||
|
<div class="uk-align-right">
|
||||||
|
<a :href="getRssUrl"><font-awesome-icon icon="rss"></font-awesome-icon></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<div class="uk-grid-xl" uk-grid="parallax: 0">
|
<div class="uk-grid-xl" uk-grid="parallax: 0">
|
||||||
@ -70,5 +74,10 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
computed: {
|
||||||
|
getRssUrl(_this) {
|
||||||
|
return _this.apiUrl() + "/feed/rss?authToken=" + _this.getAuthToken();
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user