mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-05 04:55:50 +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" />
|
<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?.password && <NavLink to="/me/settings/password" label={t("profile.changePasswordNavLink")} />}
|
||||||
{me?._links?.publicKeys && <NavLink to="/me/settings/publicKeys" label={t("profile.publicKeysNavLink")} />}
|
{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} />
|
<ExtensionPoint name="profile.setting" props={extensionProps} renderAll={true} />
|
||||||
</FooterSection>
|
</FooterSection>
|
||||||
<FooterSection title={<TitleWithIcon title={t("footer.information.title")} icon="info-circle" />}>
|
<FooterSection title={<TitleWithIcon title={t("footer.information.title")} icon="info-circle" />}>
|
||||||
|
|||||||
@@ -71,6 +71,7 @@
|
|||||||
"informationNavLink": "Information",
|
"informationNavLink": "Information",
|
||||||
"changePasswordNavLink": "Passwort ändern",
|
"changePasswordNavLink": "Passwort ändern",
|
||||||
"publicKeysNavLink": "Öffentliche Schlüssel",
|
"publicKeysNavLink": "Öffentliche Schlüssel",
|
||||||
|
"apiKeysNavLink": "API Schlüssel",
|
||||||
"settingsNavLink": "Einstellungen",
|
"settingsNavLink": "Einstellungen",
|
||||||
"username": "Benutzername",
|
"username": "Benutzername",
|
||||||
"displayName": "Anzeigename",
|
"displayName": "Anzeigename",
|
||||||
|
|||||||
@@ -73,6 +73,7 @@
|
|||||||
"changePasswordNavLink": "Change password",
|
"changePasswordNavLink": "Change password",
|
||||||
"settingsNavLink": "Settings",
|
"settingsNavLink": "Settings",
|
||||||
"publicKeysNavLink": "Public Keys",
|
"publicKeysNavLink": "Public Keys",
|
||||||
|
"apiKeysNavLink": "API Keys",
|
||||||
"username": "Username",
|
"username": "Username",
|
||||||
"displayName": "Display Name",
|
"displayName": "Display Name",
|
||||||
"mail": "E-Mail",
|
"mail": "E-Mail",
|
||||||
|
|||||||
Reference in New Issue
Block a user