debian-mirror-gitlab/app/views/import/manifest/new.html.haml
2018-11-18 11:00:15 +05:30

12 lines
225 B
Text

- 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'