Skip to content

The activity class in the nav.html is not being added to the pages with activities #175

@gbergengruen

Description

@gbergengruen

The last update of the press is not generating the correct activity class in the nav.html, allowing the interface to show an icon in the navigation.

This was fixed at some point but now it's not working.

The current nav.html contains li like the following:

<li class="nav__list-item">
        <a class="nav__list-link" data-text-id="txt_p53_g0_t0" href="53_s0.html">HABLAR Y VOLAR</a>
</li>

But if this item is an activity, it should be like this:

<li class="nav__list-item **activity**">
        <a class="nav__list-link" data-text-id="txt_p53_g0_t0" href="53_s0.html">HABLAR Y VOLAR</a>
</li>

Metadata

Metadata

Assignees

No one assigned

    Labels

    adtIssues related to the final ADT creationbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions