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

_flash_messages.html.haml « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ca951f28fcf1c97fdf5490fe6c31093b80ebb4f6 (plain)
1
2
3
= content_for :flash_message do
  = render_if_exists 'shared/shared_runners_minutes_limit', namespace: @group, classes: [container_class, ("limit-container-width" unless fluid_layout)]
  = render 'shared/namespace_storage_limit_alert', namespace: @group, classes: [container_class, ("limit-container-width" unless fluid_layout)]