2022-09-16 01:22:39 +02:00
|
|
|
{{#if exactly_one_unsubscribed_stream}}
|
2022-08-15 21:32:10 +02:00
|
|
|
<a href="#streams/all">
|
|
|
|
<i class="fa fa-plus-circle" aria-hidden="true"></i>
|
2023-09-05 21:18:38 +02:00
|
|
|
{{~t "Browse 1 more stream" ~}}
|
2022-08-15 21:32:10 +02:00
|
|
|
</a>
|
|
|
|
{{else if can_subscribe_stream_count}}
|
|
|
|
<a href="#streams/all">
|
|
|
|
<i class="fa fa-plus-circle" aria-hidden="true"></i>
|
2023-09-05 21:18:38 +02:00
|
|
|
{{~t "Browse {can_subscribe_stream_count} more streams" ~}}
|
2022-08-15 21:32:10 +02:00
|
|
|
</a>
|
|
|
|
{{else if can_create_streams}}
|
|
|
|
<a href="#streams/new">
|
|
|
|
<i class="fa fa-plus-circle" aria-hidden="true"></i>
|
2023-09-05 21:18:38 +02:00
|
|
|
{{~t "Create a stream" ~}}
|
2022-08-15 21:32:10 +02:00
|
|
|
</a>
|
|
|
|
{{/if}}
|