bashtube/templates/themes/default-v2/subscribe.html
4 raccoons in a trenchcoat. / luna vivian 27845ecfe8 changed /subscribe.shs to make it more obvious when unsubscribing from a channel
aligning it more w/ changes in /fav.shs and /watch (there, the text is
red when you can remove videos from your favourites and unsubscribe from
channels - now it's also obvious when doing the same on /subscribe.shs)
2023-04-20 12:58:11 +02:00

11 lines
277 B
HTML

<h1>Your subscriptions</h1>
{{start ?sub}}
{{start _sub}}
<div>
<a href='unsubscribe.shs?id={{.id}}' style="size:10px;color:#d00;">Unsubscribe? →</a> <a href='channel.shs?id={{.id}}'>{{.name}}</a><br>
</div>
{{end _sub}}
{{else ?sub}}
Meow? no subs 🥺?
{{end ?sub}}