2013-11-22 01:12:53 +01:00
|
|
|
{{#with stream}}
|
|
|
|
<tr class="stream_row">
|
2017-02-15 21:02:50 +01:00
|
|
|
<td>
|
|
|
|
{{#if invite_only}}<i class="icon-vector-lock "></i>{{/if}}
|
|
|
|
<span class="stream_name">{{name}}</span>
|
|
|
|
</td>
|
|
|
|
<td>
|
2017-07-12 11:13:37 +02:00
|
|
|
<button class="button small btn-danger deactivate btn-danger" aria-label="{{t 'Deactivate stream' }}">
|
2017-03-18 10:44:00 +01:00
|
|
|
<i class="icon-vector-trash" aria-hidden="true"></i>
|
2017-02-15 21:02:50 +01:00
|
|
|
</button>
|
|
|
|
</td>
|
2013-11-22 01:12:53 +01:00
|
|
|
</tr>
|
|
|
|
{{/with}}
|