From: Chocobozzz Date: Wed, 26 Sep 2018 07:39:41 +0000 (+0200) Subject: Add RSS feed to subscribe button X-Git-Tag: v1.0.0-beta.15~5 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=39ba2e8e3a71961cd0087c57d25905f6a97a6b69;p=github%2FChocobozzz%2FPeerTube.git Add RSS feed to subscribe button --- diff --git a/client/src/app/shared/user-subscription/remote-subscribe.component.html b/client/src/app/shared/user-subscription/remote-subscribe.component.html index 3762142f2..ec3636b3e 100644 --- a/client/src/app/shared/user-subscription/remote-subscribe.component.html +++ b/client/src/app/shared/user-subscription/remote-subscribe.component.html @@ -1,5 +1,4 @@ -
+
- + + diff --git a/client/src/app/shared/user-subscription/remote-subscribe.component.scss b/client/src/app/shared/user-subscription/remote-subscribe.component.scss index e49271079..698c5866a 100644 --- a/client/src/app/shared/user-subscription/remote-subscribe.component.scss +++ b/client/src/app/shared/user-subscription/remote-subscribe.component.scss @@ -1,5 +1,6 @@ @import '_mixins'; .btn-remote-follow { + @include peertube-button; @include orange-button; } \ No newline at end of file diff --git a/client/src/app/shared/user-subscription/subscribe-button.component.html b/client/src/app/shared/user-subscription/subscribe-button.component.html index b62fb7dfa..2c8481c96 100644 --- a/client/src/app/shared/user-subscription/subscribe-button.component.html +++ b/client/src/app/shared/user-subscription/subscribe-button.component.html @@ -10,11 +10,16 @@ {{ videoChannel.followersCount | myNumberFormatter }} - -
+ Unsubscribe + + +
+