mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FEATURE: View flags grouped by topic
This commit is contained in:
parent
bbbd974487
commit
40eba8cd93
27 changed files with 347 additions and 79 deletions
|
@ -194,7 +194,6 @@ export function buildResolver(baseName) {
|
|||
// (similar to how discourse lays out templates)
|
||||
findAdminTemplate(parsedName) {
|
||||
var decamelized = parsedName.fullNameWithoutType.decamelize();
|
||||
|
||||
if (decamelized.indexOf('components') === 0) {
|
||||
const compTemplate = Ember.TEMPLATES['admin/templates/' + decamelized];
|
||||
if (compTemplate) { return compTemplate; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue