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)
merge-requests/6/head
4 raccoons in a trenchcoat. / luna vivian 2023-04-20 12:58:11 +02:00
parent fd5424b7a4
commit 27845ecfe8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{{start ?sub}}
{{start _sub}}
<div>
<a href='unsubscribe.shs?id={{.id}}' style="size:10px;">Unsubscribe? →</a> <a href='channel.shs?id={{.id}}'>{{.name}}</a><br>
<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}}