Welcome to mirror list, hosted at ThFree Co, Russian Federation.

edit.html.haml « services « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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'