We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d0406 commit 0b3589bCopy full SHA for 0b3589b
source/localizable/tutorial/subroutes.md
@@ -329,12 +329,13 @@ Alternately, you may just pass `rental.id` for clarity.
329
330
Clicking on the title will load the detail page for that rental.
331
332
-```app/templates/components/rental-listing.hbs{+6}
+```app/templates/components/rental-listing.hbs{-6,+7}
333
<article class="listing">
334
<a {{action 'toggleImageSize'}} class="image {{if isWide "wide"}}">
335
<img src="{{rental.image}}" alt="">
336
<small>View Larger</small>
337
</a>
338
+ <h3>{{rental.title}}</h3>
339
<h3>{{#link-to "rentals.show" rental}}{{rental.title}}{{/link-to}}</h3>
340
<div class="detail owner">
341
<span>Owner:</span> {{rental.owner}}
0 commit comments