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 614ff88 commit 9afaacaCopy full SHA for 9afaaca
app/templates/editions.hbs
@@ -0,0 +1,3 @@
1
+{{page-title "Editions"}}
2
+
3
+{{outlet}}
app/templates/editions/index.hbs
@@ -1,4 +1,3 @@
-{{page-title "Editions"}}
<section class="container" aria-labelledby="ember-editions">
<h1 id="ember-editions">Ember Editions</h1>
4
<p>
@@ -28,5 +27,13 @@
28
27
Octane (March 2019)
29
</LinkTo>
30
</li>
+ <li>
31
+ <LinkTo @route="editions.polaris">
32
+ <div class="well p-5">
33
+ <img src="/images/tomsters/octane.png" alt="" role="presentation">
34
+ </div>
35
+ Octane (March 2019)
36
+ </LinkTo>
37
+ </li>
38
</ul>
39
</section>
0 commit comments