debian-mirror-gitlab/app/views/projects/prometheus/metrics/new.html.haml

7 lines
395 B
Text
Raw Normal View History

2020-04-22 19:07:51 +05:30
- add_to_breadcrumbs _("Settings"), edit_project_path(@project)
- add_to_breadcrumbs _("Integrations"), project_settings_integrations_path(@project)
2022-07-23 23:45:48 +05:30
- add_to_breadcrumbs "Prometheus", edit_project_settings_integration_path(@project, ::Integrations::Prometheus)
2020-04-22 19:07:51 +05:30
- breadcrumb_title s_('Metrics|New metric')
- page_title s_('Metrics|New metric')
= render 'form', project: @project, metric: @metric