2013-07-26 20:43:14 +02:00
|
|
|
<tbody>
|
2013-10-09 14:35:08 +02:00
|
|
|
<tr id="create_stream_row">
|
|
|
|
<td>
|
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"
|
|
|
|
placeholder="Stream name" value="" />
|
|
|
|
<input type="submit" class="btn btn-primary"
|
|
|
|
id="create_stream_button" value="Create stream" />
|
|
|
|
</form>
|
|
|
|
</div>
|
2013-10-09 14:35:08 +02:00
|
|
|
</td>
|
|
|
|
</tr>
|
2013-07-26 20:43:14 +02:00
|
|
|
|
|
|
|
{{#each subscriptions}}
|
|
|
|
{{partial "subscription"}}
|
|
|
|
{{/each}}
|
|
|
|
|
|
|
|
</tbody>
|