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

edit.html.haml « applications « settings « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cba4892eef95c151a3cd74f9424d8d979978baf4 (plain)
1
2
3
4
5
- page_title _("Edit"), @application.name, _("Group applications")
- @content_class = "limit-container-width" unless fluid_layout

%h3.page-title= _('Edit group application')
= render 'shared/doorkeeper/applications/form', url: group_settings_application_path(@group, @application)