mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
18 lines
706 B
Text
18 lines
706 B
Text
|
<div class="h-box">
|
||
|
<form class="pure-form pure-form-aligned" action="/clear_watch_history?referer=<%= URI.escape(referer) %>" method="post">
|
||
|
<legend>Clear watch history?</legend>
|
||
|
|
||
|
<div class="pure-g">
|
||
|
<div class="pure-u-1-2">
|
||
|
<button type="submit" name="submit" value="clear_watch_history" class="pure-button pure-button-primary">Yes</button>
|
||
|
</div>
|
||
|
<div class="pure-u-1-2">
|
||
|
<a class="pure-button" href="<%= referer %>">No</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<input type="hidden" name="token" value="<%= token %>">
|
||
|
<input type="hidden" name="challenge" value="<%= challenge %>">
|
||
|
</form>
|
||
|
</div>
|