summaryrefslogtreecommitdiff
path: root/app/views/import/manifest/new.html.haml
blob: 056e4922b9e79ec89738ea744f2f993bd0354061 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- 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'