2022-09-16 01:22:39 +02:00
|
|
|
{{#if exactly_one_unsubscribed_stream}}
|
2024-04-30 13:30:24 +02:00
|
|
|
<a href="#channels/all">
|
2022-08-15 21:32:10 +02:00
|
|
|
<i class="fa fa-plus-circle" aria-hidden="true"></i>
|
2024-04-18 18:36:57 +02:00
|
|
|
{{~t "Browse 1 more channel" ~}}
|
2022-08-15 21:32:10 +02:00
|
|
|
</a>
|
|
|
|
{{else if can_subscribe_stream_count}}
|
2024-04-30 13:30:24 +02:00
|
|
|
<a href="#channels/all">
|
2022-08-15 21:32:10 +02:00
|
|
|
<i class="fa fa-plus-circle" aria-hidden="true"></i>
|
2024-04-18 18:36:57 +02:00
|
|
|
{{~t "Browse {can_subscribe_stream_count} more channels" ~}}
|
2022-08-15 21:32:10 +02:00
|
|
|
</a>
|
|
|
|
{{else if can_create_streams}}
|
2024-04-30 13:30:24 +02:00
|
|
|
<a href="#channels/new">
|
2022-08-15 21:32:10 +02:00
|
|
|
<i class="fa fa-plus-circle" aria-hidden="true"></i>
|
2024-04-18 18:36:57 +02:00
|
|
|
{{~t "Create a channel" ~}}
|
2022-08-15 21:32:10 +02:00
|
|
|
</a>
|
|
|
|
{{/if}}
|