2014-01-15 23:30:36 +01:00
|
|
|
{{#if can_create_streams}}
|
2013-11-08 10:12:05 +01:00
|
|
|
<div id="create_stream_row">
|
2013-07-26 20:43:14 +02:00
|
|
|
<div class="subscription_table_elem">
|
|
|
|
<form id="add_new_subscription" class="form-inline" action="">
|
|
|
|
<input type="text" name="stream_name" id="create_stream_name"
|
2016-05-12 13:53:41 +02:00
|
|
|
placeholder="{{t 'Stream name' }}" value="" />
|
2014-03-05 22:28:57 +01:00
|
|
|
<input type="submit" class="btn btn-primary"
|
2016-05-12 13:53:41 +02:00
|
|
|
id="create_stream_button" value="{{t 'Create new stream' }}" />
|
2013-07-26 20:43:14 +02:00
|
|
|
</form>
|
|
|
|
</div>
|
2013-11-08 10:12:05 +01:00
|
|
|
</div>
|
2014-01-15 23:30:36 +01:00
|
|
|
{{/if}}
|
2013-07-26 20:43:14 +02:00
|
|
|
|
|
|
|
{{#each subscriptions}}
|
|
|
|
{{partial "subscription"}}
|
|
|
|
{{/each}}
|