debian-mirror-gitlab/app/views/import/manifest/new.html.haml

11 lines
283 B
Text
Raw Normal View History

2020-07-28 23:09:34 +05:30
- page_title _("Manifest file import")
2021-09-04 01:27:46 +05:30
- header_title _("New project"), new_project_path
2021-11-18 22:05:49 +05:30
- add_to_breadcrumbs s_('ProjectsNew|Import project'), new_project_path(anchor: 'import_project')
2021-09-04 01:27:46 +05:30
2018-11-18 11:00:15 +05:30
%h3.page-title
= _('Manifest file import')
2019-09-04 21:01:54 +05:30
= render 'import/shared/errors'
2018-11-18 11:00:15 +05:30
= render 'form'