We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fed38b3 + 212ff4b commit 2ee3daaCopy full SHA for 2ee3daa
addon/components/docs-viewer/x-main/component.js
@@ -80,7 +80,7 @@ export default Component.extend({
80
}
81
} else {
82
let file = appFiles
83
- .filter(file => file.match(/template.(hbs|md)/))
+ .filter(file => file.match(/template.+(hbs|md)/))
84
.find(file => file.match(path));
85
86
return `${projectHref}/edit/${primaryBranch}/tests/dummy/app/${file}`;
0 commit comments