Welcome to mirror list, hosted at ThFree Co, Russian Federation.

new.html.haml « manifest « import « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3d33e229f8fa8bc8e7a1c03d73e76b95b0cf9f44 (plain)
1
2
3
4
5
6
7
8
9
10
- page_title _("Manifest file import")
- header_title _("New project"), new_project_path
- add_to_breadcrumbs s_('ProjectsNew|Import project'), new_project_path(anchor: 'import_project')


%h1.page-title.gl-font-size-h-display
  = _('Manifest file import')

= render 'import/shared/errors'
= render 'form'