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: 8056217bb1eb227bc079778504e2694dc24a9a3c (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'