gitlab-org--gitlab-foss/app/views/import/manifest/new.html.haml

13 lines
225 B
Plaintext

- page_title "Manifest file import"
- header_title "Projects", root_path
%h3.page-title
= _('Manifest file import')
- if @errors.present?
.alert.alert-danger
- @errors.each do |error|
= error
= render 'form'