diff --git a/built/views/DE/account/profile.pug b/built/views/DE/account/profile.pug index 42ee4f9f7cf3eaebc9420e4484f905ed63c0bbf4..0be1cde7d3b380283dbd79fadb5b022816020dde 100644 --- a/built/views/DE/account/profile.pug +++ b/built/views/DE/account/profile.pug @@ -22,7 +22,7 @@ html(lang="de") a(class="nav-link pl-0" href="#") i(class="fa fa-user fa-fw color_black") span(class="d-none d-md-inline color_black") Benutzerprofil - if user.is_m4lab_idp + if user.isM4labIdp li(class="nav-item") a(class="nav-link pl-0" href="/account/security") i(class="fa fa-lock fa-fw") diff --git a/built/views/DE/account/services.pug b/built/views/DE/account/services.pug index 5d0df5d8f8443e79b992ae996ff611f766709968..09d0eefd54ac0bb3f73915655c66514c04faf3bb 100644 --- a/built/views/DE/account/services.pug +++ b/built/views/DE/account/services.pug @@ -22,7 +22,7 @@ html(lang="de") a(class="nav-link pl-0" href="/account/profile") i(class="fa fa-user fa-fw") span(class="d-none d-md-inline") Benutzerprofil - if user.is_m4lab_idp + if user.isM4labIdp li(class="nav-item") a(class="nav-link pl-0" href="/account/security") i(class="fa fa-lock fa-fw")