debian-mirror-gitlab/app/views/admin/dev_ops_report/show.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
231 B
Text
Raw Normal View History

2021-12-11 22:18:48 +05:30
- page_title _('DevOps Reports')
2021-01-03 14:25:43 +05:30
- add_page_specific_style 'page_bundles/dev_ops_report'
2017-09-10 17:25:29 +05:30
.container
2020-07-28 23:09:34 +05:30
.gl-mt-3
2021-03-08 18:12:59 +05:30
- if show_adoption?
2021-01-29 00:20:46 +05:30
= render_if_exists 'admin/dev_ops_report/devops_tabs'
- else
2021-12-11 22:18:48 +05:30
= render 'score'
2017-09-10 17:25:29 +05:30