aboutsummaryrefslogtreecommitdiffstats
path: root/yt_channel_items_template.html
diff options
context:
space:
mode:
Diffstat (limited to 'yt_channel_items_template.html')
-rw-r--r--yt_channel_items_template.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/yt_channel_items_template.html b/yt_channel_items_template.html
index 93c4b0a..fc85dd5 100644
--- a/yt_channel_items_template.html
+++ b/yt_channel_items_template.html
@@ -72,11 +72,11 @@ $header
<img class="avatar" src="$avatar">
<div class="metadata">
<h2 class="title">$channel_title</h2>
- <form method="POST" action="/youtube.com/subscriptions" class="subscribe">
- <input type="submit" value="Subscribe">
+ <form method="POST" action="/youtube.com/subscriptions" class="subscribe-unsubscribe">
+ <input type="submit" value="$action_name">
<input type="hidden" name="channel_id" value="$channel_id">
<input type="hidden" name="channel_name" value="$channel_title">
- <input type="hidden" name="action" value="subscribe">
+ <input type="hidden" name="action" value="$action">
</form>
</div>
<nav class="channel-tabs">