Skip to content

"Sorry, couldn't find a yield named "header" #5

@lc3t35

Description

@lc3t35

When i click on the Topics menu, i have the following error in the console :

"Sorry, couldn't find a yield named "header". Did you define it in one of the rendered templates like this: {{yield "header"}}?"

In client / app.routes.js (12)

scope.render("navbarHeader",{to: 'header'});

(there is no template named header) -> instead of ?

scope.render("navbarHeader",{to: 'navbarHeader'});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions