2016-10-12 08:53:57 +02:00
|
|
|
<div id="create_or_filter_stream_row">
|
|
|
|
<div class="subscription_table_elem">
|
|
|
|
<form id="add_new_subscription" class="form-inline" action="">
|
|
|
|
<input type="text" name="stream_name" id="search_stream_name"
|
|
|
|
placeholder="{{t 'Filter by stream name' }}" value="" autocomplete="off" />
|
|
|
|
{{#if can_create_streams}}
|
|
|
|
<input type="submit" class="btn btn-primary"
|
|
|
|
id="create_stream_button" value="{{t 'Create new stream' }}" />
|
|
|
|
{{/if}}
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-07-26 20:43:14 +02:00
|
|
|
|
|
|
|
{{#each subscriptions}}
|
|
|
|
{{partial "subscription"}}
|
|
|
|
{{/each}}
|