gitlab-org--gitlab-foss/app/views/projects/settings/integrations/show.html.haml
2017-07-07 16:04:23 +01:00

7 lines
280 B
Text

- @content_class = "limit-container-width" unless fluid_layout
- page_title 'Integrations'
- if show_new_nav?
- breadcrumbs_extra_links("Settings", edit_project_path(@project))
= render "projects/settings/head"
= render 'projects/hooks/index'
= render 'projects/services/index'