mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-04 20:45:52 +01:00
Add footer link
This commit is contained in:
@@ -100,6 +100,7 @@ const Footer: FC<Props> = ({ me, version, links }) => {
|
||||
<NavLink to="/me" label={t("footer.user.profile")} testId="footer-user-profile" />
|
||||
{me?._links?.password && <NavLink to="/me/settings/password" label={t("profile.changePasswordNavLink")} />}
|
||||
{me?._links?.publicKeys && <NavLink to="/me/settings/publicKeys" label={t("profile.publicKeysNavLink")} />}
|
||||
{me?._links?.apiKeys && <NavLink to="/me/settings/apiKeys" label={t("profile.apiKeysNavLink")} />}
|
||||
<ExtensionPoint name="profile.setting" props={extensionProps} renderAll={true} />
|
||||
</FooterSection>
|
||||
<FooterSection title={<TitleWithIcon title={t("footer.information.title")} icon="info-circle" />}>
|
||||
|
||||
@@ -71,6 +71,7 @@
|
||||
"informationNavLink": "Information",
|
||||
"changePasswordNavLink": "Passwort ändern",
|
||||
"publicKeysNavLink": "Öffentliche Schlüssel",
|
||||
"apiKeysNavLink": "API Schlüssel",
|
||||
"settingsNavLink": "Einstellungen",
|
||||
"username": "Benutzername",
|
||||
"displayName": "Anzeigename",
|
||||
|
||||
@@ -73,6 +73,7 @@
|
||||
"changePasswordNavLink": "Change password",
|
||||
"settingsNavLink": "Settings",
|
||||
"publicKeysNavLink": "Public Keys",
|
||||
"apiKeysNavLink": "API Keys",
|
||||
"username": "Username",
|
||||
"displayName": "Display Name",
|
||||
"mail": "E-Mail",
|
||||
|
||||
Reference in New Issue
Block a user