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-03-02 08:16:31 +05:30
|
|
|
- add_to_breadcrumbs "Prometheus", edit_project_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
|