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

_importing_alert.haml « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 192f952e4609b84a6efcd536acb7011c5f8f86b7 (plain)
1
2
3
4
5
6
- return unless project.import_in_progress?

- content_for :page_level_alert do
  = render Pajamas::AlertComponent.new(variant: :warning, dismissible: false, title: _('Import in progress'), alert_options: { class: 'gl-mb-3' }) do |c|
    - c.with_body do
      = s_('Import|This project is being imported. Do not make any changes to the project until the import is complete.')