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

status.html.haml « fogbugz « import « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb05e8e9724815bd8a5de7ec544a2d04d0eb5708 (plain)
1
2
3
4
5
6
7
8
9
10
11
- page_title _("FogBugz import")
%h1.page-title.gl-font-size-h-display.d-flex
  .gl-display-flex.gl-align-items-center.gl-justify-content-center
    = sprite_icon('bug', css_class: 'gl-mr-2')
  = _('Import projects from FogBugz')

%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, default_namespace: @namespace