mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-21 23:12:11 +01:00
Show cli client link in footer
This commit is contained in:
@@ -1520,6 +1520,16 @@ exports[`Storyshots Footer Default 1`] = `
|
||||
SCM-Manager 2.0.0
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
className=""
|
||||
href="https://scm-manager.org/cli/"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
CLI Client
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section
|
||||
@@ -1646,6 +1656,16 @@ exports[`Storyshots Footer Full 1`] = `
|
||||
SCM-Manager 2.0.0
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
className=""
|
||||
href="https://scm-manager.org/cli/"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
CLI Client
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
className=""
|
||||
@@ -1793,6 +1813,16 @@ exports[`Storyshots Footer With Avatar 1`] = `
|
||||
SCM-Manager 2.0.0
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
className=""
|
||||
href="https://scm-manager.org/cli/"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
CLI Client
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section
|
||||
@@ -1911,6 +1941,16 @@ exports[`Storyshots Footer With Plugin Links 1`] = `
|
||||
SCM-Manager 2.0.0
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
className=""
|
||||
href="https://scm-manager.org/cli/"
|
||||
rel="noopener noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
CLI Client
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
className=""
|
||||
|
||||
@@ -114,6 +114,7 @@ const Footer: FC<Props> = ({ me, version, links }) => {
|
||||
) : null}
|
||||
<FooterSection title={<TitleWithIcon title={t("footer.information.title")} icon="info-circle" />}>
|
||||
<ExternalNavLink to="https://scm-manager.org/" label={`SCM-Manager ${version}`} />
|
||||
<ExternalNavLink to="https://scm-manager.org/cli/" label="CLI Client" />
|
||||
<ExtensionPoint name="footer.information" props={extensionProps} renderAll={true} />
|
||||
</FooterSection>
|
||||
<FooterSection title={<TitleWithIcon title={t("footer.support.title")} icon="life-ring" />}>
|
||||
|
||||
Reference in New Issue
Block a user