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

= render 'deprecated_message' if @service.deprecation_message

= render 'form'