summaryrefslogtreecommitdiff
path: root/app/views/projects/services/edit.html.haml
blob: 3d1d62b886a568421579b2a1897a0557b9c24abf (plain)
1
2
3
4
5
6
7
8
- @breadcrumb_title = "Integrations"
- page_title @service.title, "Services"

- if show_new_nav?
  - add_to_breadcrumbs("Settings", edit_project_path(@project))

= render "projects/settings/head"
= render 'form'