Skip to content

Commit

Permalink
fix: templates pointing to the incorrect snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwondercorn committed Mar 14, 2021
1 parent 1e7c590 commit 9e5c540
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/dummy/app/templates/chart-events.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
</div>

<div class="mt-5">
<h5>controllers/index.js</h5>
<h5>controllers/chart-events.js</h5>
<CodeSnippet @name="chart-events.js" />
</div>
8 changes: 4 additions & 4 deletions tests/dummy/app/templates/chart-obj.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
</div>

<div class="mt-5">
<h5>templates/index.hbs</h5>
<CodeSnippet @name="index.hbs" />
<h5>templates/chart-obj.hbs</h5>
<CodeSnippet @name="chart-obj.hbs" />
</div>

<div class="mt-5">
<h5>controllers/index.js</h5>
<CodeSnippet @name="chart-events.js" />
<h5>controllers/chart-obj.js</h5>
<CodeSnippet @name="chart-obj.js" />
</div>

0 comments on commit 9e5c540

Please sign in to comment.