mirror of
https://github.com/discourse/discourse.git
synced 2025-09-08 12:06:51 +08:00
Deprecation: {{view}}
helper
This commit is contained in:
parent
1714019cf7
commit
c15ade8a88
27 changed files with 130 additions and 120 deletions
|
@ -0,0 +1,8 @@
|
|||
import ListView from 'ember-addons/list-view';
|
||||
import ListItemView from 'ember-addons/list-item-view';
|
||||
|
||||
export default ListView.extend({
|
||||
height: 700,
|
||||
rowHeight: 32,
|
||||
itemViewClass: ListItemView.extend({templateName: "admin/templates/permalinks_list_item"})
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue