debian-mirror-gitlab/app/views/projects/settings/integrations/show.html.haml

8 lines
275 B
Text
Raw Normal View History

2017-09-10 17:25:29 +05:30
- @content_class = "limit-container-width" unless fluid_layout
2017-08-17 22:00:37 +05:30
- page_title 'Integrations'
2017-09-10 17:25:29 +05:30
- if show_new_nav?
- add_to_breadcrumbs("Settings", edit_project_path(@project))
2017-08-17 22:00:37 +05:30
= render "projects/settings/head"
= render 'projects/hooks/index'
= render 'projects/services/index'