Skip to content

Commit 9afaaca

Browse files
committed
move "Editions" page title to editions.hbs
1 parent 614ff88 commit 9afaaca

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

app/templates/editions.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{{page-title "Editions"}}
2+
3+
{{outlet}}

app/templates/editions/index.hbs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{{page-title "Editions"}}
21
<section class="container" aria-labelledby="ember-editions">
32
<h1 id="ember-editions">Ember Editions</h1>
43
<p>
@@ -28,5 +27,13 @@
2827
Octane (March 2019)
2928
</LinkTo>
3029
</li>
30+
<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>
3138
</ul>
3239
</section>

0 commit comments

Comments
 (0)