debian-mirror-gitlab/app/views/shared/integrations/edit.html.haml

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

10 lines
379 B
Text
Raw Normal View History

2022-01-26 12:08:38 +05:30
- add_to_breadcrumbs _('Integrations'), scoped_integrations_path(project: @project, group: @group)
2020-04-22 19:07:51 +05:30
- breadcrumb_title @integration.title
- page_title @integration.title, _('Integrations')
2022-06-21 17:19:12 +05:30
%h2.gl-mb-4
2021-10-27 15:23:28 +05:30
= @integration.title
= render 'shared/integrations/tabs', integration: @integration, active_tab: 'edit' do
2022-04-04 11:22:00 +05:30
= render 'shared/integration_settings', integration: @integration