summaryrefslogtreecommitdiff
path: root/app/views/shared/integrations/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/integrations/edit.html.haml')
-rw-r--r--app/views/shared/integrations/edit.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/shared/integrations/edit.html.haml b/app/views/shared/integrations/edit.html.haml
new file mode 100644
index 00000000000..927d2410132
--- /dev/null
+++ b/app/views/shared/integrations/edit.html.haml
@@ -0,0 +1,5 @@
+- add_to_breadcrumbs _('Integrations'), scoped_integrations_path
+- breadcrumb_title @integration.title
+- page_title @integration.title, _('Integrations')
+
+= render 'shared/integrations/form', integration: @integration