2016-05-20 22:08:42 +02:00
|
|
|
{{#with stream}}
|
|
|
|
<tr class="default_stream_row" id="{{name}}">
|
2017-02-15 20:59:20 +01:00
|
|
|
<td>
|
2018-07-03 01:35:44 +02:00
|
|
|
{{#if invite_only}}<i class="fa fa-lock" aria-hidden="true"></i>{{/if}}
|
2017-02-15 20:59:20 +01:00
|
|
|
<span class="default_stream_name">{{name}}</span>
|
|
|
|
</td>
|
2017-04-14 23:08:22 +02:00
|
|
|
{{#if ../can_modify}}
|
2017-02-15 20:59:20 +01:00
|
|
|
<td>
|
2017-06-06 01:57:22 +02:00
|
|
|
<button class="button rounded remove-default-stream btn-danger">
|
2017-02-15 20:59:20 +01:00
|
|
|
{{t "Remove from default" }}
|
|
|
|
</button>
|
|
|
|
</td>
|
2017-04-14 23:08:22 +02:00
|
|
|
{{/if}}
|
2016-05-20 22:08:42 +02:00
|
|
|
</tr>
|
|
|
|
{{/with}}
|