summaryrefslogtreecommitdiff
path: root/app/views/projects/prometheus/metrics/new.html.haml
blob: c04e5f385d98b075e6619511b32affe92b628bbb (plain)
1
2
3
4
5
6
- add_to_breadcrumbs _("Settings"), edit_project_path(@project)
- add_to_breadcrumbs _("Integrations"), project_settings_integrations_path(@project)
- add_to_breadcrumbs "Prometheus", edit_project_settings_integration_path(@project, ::Integrations::Prometheus)
- breadcrumb_title s_('Metrics|New metric')
- page_title s_('Metrics|New metric')
= render 'form', project: @project, metric: @metric