uktrade/directory-components

View on GitHub
directory_components/templates/directory_components/header_footer/magna_mobile_menu_button.html

Summary

Maintainability
Test Coverage
{% load i18n %}

<button
    id="mobile-menu-button"
    class="js-mobile-button {% if not sso_is_logged_in %}mobile-only{% endif %}"
    tabindex="0"
    aria-controls="great-header-mobile-nav"
    aria-haspopup="true"
    aria-expanded="true">
  {% trans 'Menu' %}<span class="burger-icon"></span>
</button>