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

edit.html.haml « integrations « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a996f72e2f40ea9f9ba7ba6fb23b6432b8666623 (plain)
1
2
3
4
5
6
- add_to_breadcrumbs _('Integrations'), scoped_integrations_path
- breadcrumb_title @integration.title
- page_title @integration.title, _('Integrations')
- @content_class = 'limit-container-width' unless fluid_layout

= render 'shared/integrations/form', integration: @integration