diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-09-21 15:12:11 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-09-21 15:12:11 +0000 |
commit | 9ef26edc4ae561ba072dee3900fef4408e227b48 (patch) | |
tree | e1e0b5c575b2f39d615d6d2507663dcdf22ce22a /app/views/import/gitea/new.html.haml | |
parent | 82f4de60b7943e9c4a1311efcf29ee42dc38742e (diff) | |
download | gitlab-ce-9ef26edc4ae561ba072dee3900fef4408e227b48.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/import/gitea/new.html.haml b/app/views/import/gitea/new.html.haml index 288ae5f1cec..de717ce87eb 100644 --- a/app/views/import/gitea/new.html.haml +++ b/app/views/import/gitea/new.html.haml @@ -1,6 +1,6 @@ - page_title _("Gitea Import") - header_title _("New project"), new_project_path -- add_to_breadcrumbs s_('ProjectsNew|Import project'), new_projects_path(anchor: 'import_project') +- add_to_breadcrumbs s_('ProjectsNew|Import project'), new_project_path(anchor: 'import_project') %h3.page-title = custom_icon('gitea_logo') |