mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
FIX: Later versions of ember require dashes in template names
This commit is contained in:
@@ -4,5 +4,5 @@ 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"})
|
||||
itemViewClass: ListItemView.extend({templateName: "admin/templates/permalinks-list-item"})
|
||||
});
|
||||
|
||||
@@ -4,5 +4,5 @@ import ListItemView from 'ember-addons/list-item-view';
|
||||
export default ListView.extend({
|
||||
height: 700,
|
||||
rowHeight: 32,
|
||||
itemViewClass: ListItemView.extend({templateName: "admin/templates/logs/screened_emails_list_item"})
|
||||
itemViewClass: ListItemView.extend({templateName: "admin/templates/logs/screened-emails-list-item"})
|
||||
});
|
||||
|
||||
@@ -4,5 +4,5 @@ import ListItemView from 'ember-addons/list-item-view';
|
||||
export default ListView.extend({
|
||||
height: 700,
|
||||
rowHeight: 32,
|
||||
itemViewClass: ListItemView.extend({templateName: "admin/templates/logs/screened_ip_addresses_list_item"})
|
||||
itemViewClass: ListItemView.extend({templateName: "admin/templates/logs/screened-ip-addresses-list-item"})
|
||||
});
|
||||
|
||||
@@ -4,5 +4,5 @@ import ListItemView from 'ember-addons/list-item-view';
|
||||
export default ListView.extend({
|
||||
height: 700,
|
||||
rowHeight: 32,
|
||||
itemViewClass: ListItemView.extend({templateName: "admin/templates/logs/screened_urls_list_item"})
|
||||
itemViewClass: ListItemView.extend({templateName: "admin/templates/logs/screened-urls-list-item"})
|
||||
});
|
||||
|
||||
@@ -4,5 +4,5 @@ import ListItemView from 'ember-addons/list-item-view';
|
||||
export default ListView.extend({
|
||||
height: 700,
|
||||
rowHeight: 75,
|
||||
itemViewClass: ListItemView.extend({templateName: "admin/templates/logs/staff_action_logs_list_item"})
|
||||
itemViewClass: ListItemView.extend({templateName: "admin/templates/logs/staff-action-logs-list-item"})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user