2
0
Fork 0
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:
Robin Ward 2016-05-05 15:42:54 -04:00
parent 1714019cf7
commit c15ade8a88
No known key found for this signature in database
GPG key ID: 0E091E2B4ED1B83D
27 changed files with 130 additions and 120 deletions

View file

@ -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"})
});