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

show.html.haml « imports « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9cfb58da7e40d6afb14b10cd69d44730d8522510 (plain)
1
2
3
4
5
6
7
8
9
10
- page_title _('Import in progress')
- @content_class = "limit-container-width" unless fluid_layout

.save-group-loader
  .center
    %h2
      = gl_loading_icon(size: 'md')
      = page_title
    %p
      = s_('GroupImport|Please wait while we import the group for you. Refresh at will.')