@belgoros wrote:
I have a link-to helper defined in
dashboard.hbs
template:#dashboard.hbs {{#link-to 'information' class="nav-link active"}} <span class="oi oi-dashboard" title="dashboard" aria-hidden="true"></span> {{t 'sidebar.general.info'}} {{/link-to}} <div> {{outlet}} </div>
But when I click on the above link, the content of
information.hbs
is injected inapplication.hbs
outlet block instead of to be in{{outlet}} of
dashboard.hbs`. What am I doing wrong ?
Posts: 2
Participants: 1