mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Remove duplicate list.js.handlebars
This commit is contained in:
parent
5b455152d0
commit
147887bc63
@ -1,44 +0,0 @@
|
|||||||
<div id='list-controls'>
|
|
||||||
<div class="container">
|
|
||||||
<ul class="nav nav-pills" id='category-filter'>
|
|
||||||
{{each availableNavItems itemViewClass="Discourse.NavItemView"}}
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
{{#if canCreateTopic}}
|
|
||||||
<button class='btn btn-default' {{action createTopic}}><i class='icon icon-plus'></i>{{createTopicText}}</button>
|
|
||||||
{{/if}}
|
|
||||||
|
|
||||||
{{#if canEditCategory}}
|
|
||||||
<button class='btn btn-default' {{action editCategory category}}><i class="icon icon-wrench"></i> {{i18n category.edit_long}}</button>
|
|
||||||
{{/if}}
|
|
||||||
|
|
||||||
{{#if canCreateCategory}}
|
|
||||||
<button class='btn btn-default' {{action createCategory}}><i class='icon icon-plus'></i>{{i18n category.create}}</button>
|
|
||||||
{{/if}}
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
<div class="row">
|
|
||||||
<div class="full-width">
|
|
||||||
<div id='list-area'>
|
|
||||||
{{#if loading}}
|
|
||||||
<div class='contents loading'>
|
|
||||||
<table id='topic-list'>
|
|
||||||
<tr>
|
|
||||||
<td colspan='8'>
|
|
||||||
<div class='spinner'>{{i18n loading}}</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
{{/if}}
|
|
||||||
|
|
||||||
{{outlet listView}}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user