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

show.html.haml « dev_ops_report « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc3bda3a994af601f6f88c6e631d8bbc44f34b8f (plain)
1
2
3
4
5
6
7
8
9
10
- page_title _('DevOps Report')
- add_page_specific_style 'page_bundles/dev_ops_report'

.container
  .gl-mt-3
    - if Gitlab.ee? && Feature.enabled?(:devops_adoption_feature) && License.feature_available?(:devops_adoption)
      = render_if_exists 'admin/dev_ops_report/devops_tabs'
    - else
      = render 'report'