diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-07 18:10:23 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-06-07 18:10:23 +0000 |
commit | 21e144f387bc4d77f6128ee87549daf174467518 (patch) | |
tree | a1f7ca7673e157e9175b527fc435b480c974645a /app/views/import/gitea/new.html.haml | |
parent | 79f98200f84590af39cf1af7f57f6e8ba89d2bb6 (diff) | |
download | gitlab-ce-21e144f387bc4d77f6128ee87549daf174467518.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/import/gitea/new.html.haml')
-rw-r--r-- | app/views/import/gitea/new.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/import/gitea/new.html.haml b/app/views/import/gitea/new.html.haml index 27786806d17..288ae5f1cec 100644 --- a/app/views/import/gitea/new.html.haml +++ b/app/views/import/gitea/new.html.haml @@ -1,5 +1,6 @@ - page_title _("Gitea Import") -- header_title _("Projects"), root_path +- header_title _("New project"), new_project_path +- add_to_breadcrumbs s_('ProjectsNew|Import project'), new_projects_path(anchor: 'import_project') %h3.page-title = custom_icon('gitea_logo') |