mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Add link to watch history in preferences
This commit is contained in:
parent
a15463cf37
commit
c656a7cb9e
1 changed files with 4 additions and 0 deletions
|
@ -166,6 +166,10 @@ function update_value(element) {
|
|||
<a href="/subscription_manager">Manage subscriptions</a>
|
||||
</div>
|
||||
|
||||
<div class="pure-control-group">
|
||||
<a href="/feed/history">Watch history</a>
|
||||
</div>
|
||||
|
||||
<div class="pure-control-group">
|
||||
<a href="/delete_account?referer=<%= URI.escape(referer) %>">Delete account</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue