gitlab-org--gitlab-foss/app/views/projects/settings/integrations/show.html.haml
Tao Wang 9e99eb6ca0 i18n: externalize strings from 'app/views/projects/settings'
Signed-off-by: Tao Wang <twang2218@gmail.com>
2018-07-01 16:37:52 +10:00

5 lines
207 B
Text

- @content_class = "limit-container-width" unless fluid_layout
- breadcrumb_title _("Integrations Settings")
- page_title _('Integrations')
= render 'projects/hooks/index'
= render 'projects/services/index'