Skip to content

Commit

Permalink
DEV: Resolve link-to deprecation for Ember upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq committed Dec 13, 2023
1 parent 1d39cd8 commit 6d771de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ul class="house-ads-list">
{{#each model as |ad|}}
<li class="house-ads-list-item">
{{#link-to "adminPlugins.houseAds.show" ad.id}}
{{#link-to "adminPlugins.houseAds.show" model=ad.id}}
{{ad.name}}
{{/link-to}}
</li>
Expand Down

0 comments on commit 6d771de

Please sign in to comment.