2020-05-23 09:04:51 +02:00
|
|
|
<div id="recent_topics_filter_buttons" class="btn-group" role="group">
|
2020-05-29 11:56:19 +02:00
|
|
|
<div id="recent_filters_group">
|
|
|
|
{{> recent_topics_filters}}
|
|
|
|
</div>
|
2020-05-23 09:04:51 +02:00
|
|
|
<input type="text" id="recent_topics_search" placeholder="{{t 'Search stream / topic' }}">
|
|
|
|
</div>
|
2020-05-23 09:24:29 +02:00
|
|
|
<div class="tableFixHead">
|
|
|
|
<table class="table table-responsive table-hover">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>{{t 'Stream' }}</th>
|
|
|
|
<th>{{t 'Topic' }}</th>
|
|
|
|
<th>{{t 'Actions' }}</th>
|
|
|
|
<th>{{t 'Participants' }}</th>
|
|
|
|
<th>{{t 'Last message' }}</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
{{#each recent_topics}}
|
|
|
|
{{> recent_topic_row}}
|
|
|
|
{{/each}}
|
|
|
|
</table>
|
|
|
|
</div>
|