debian-mirror-gitlab/app/views/import/fogbugz/status.html.haml

12 lines
480 B
Text
Raw Normal View History

2018-11-18 11:00:15 +05:30
- page_title _("FogBugz import")
- header_title _("Projects"), root_path
2015-09-25 12:07:36 +05:30
%h3.page-title
%i.fa.fa-bug
2018-11-18 11:00:15 +05:30
= _('Import projects from FogBugz')
2015-09-25 12:07:36 +05:30
2020-07-28 23:09:34 +05:30
%p.light
- link_to_customize = link_to('customize', new_user_map_import_fogbugz_path)
= _('Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab.').html_safe % { link_to_customize: link_to_customize }
%hr
= render 'import/githubish_status', provider: 'fogbugz', filterable: false