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: 0dec3906bf23bf642ec58f9298cde33e9c1f6d36 (plain)
1
2
3
4
- page_title _("Edit"), @application.name, _("Group applications")

%h1.page-title.gl-font-size-h-display= _('Edit group application')
= render 'shared/doorkeeper/applications/form', url: group_settings_application_path(@group, @application)