modified transferred link to include add/create information

This commit is contained in:
Florian Scholdei
2019-04-23 15:55:26 +02:00
parent ef35a2050c
commit 5a4fc6a965
3 changed files with 6 additions and 7 deletions

View File

@@ -83,7 +83,7 @@ class Overview extends React.Component<Props> {
{this.renderOverview()}
<OverviewPageActions
showCreateButton={showCreateButton}
link="repos"
link="repos/create"
label={t("overview.createButton")}
/>
</Page>