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 9991c56 + b4c448e commit 32916e1Copy full SHA for 32916e1
app/templates/project-version/modules/module.hbs
@@ -1,5 +1,9 @@
1
<article class="chapter">
2
- <h1 class="module-name">Package {{this.model.name}}</h1>
+ {{#if (eq this.model.name 'ember-data-overview')}}
3
+ <h1 class="module-name">EmberData Overview</h1>
4
+ {{else}}
5
+ <h1 class="module-name">Package {{this.model.name}}</h1>
6
+ {{/if}}
7
{{#if this.model.access}}<span class="access">{{this.model.access}}</span>{{/if}}
8
9
<p class="attributes">
0 commit comments