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.
1 parent 8534af4 commit 395628aCopy full SHA for 395628a
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(/\.(hbs|md)$/))
84
.find(file => file.match(path));
85
86
return `${projectHref}/edit/${primaryBranch}/tests/dummy/app/${file}`;
0 commit comments