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

edit.html.haml « groups « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a1e6b8f63731480d19f9d9543e613cf469214ec (plain)
1
2
3
4
- page_title _("Edit"), @group.name, _("Groups")
%h1.page-title.gl-font-size-h-display= _('Edit group: %{group_name}') % { group_name: @group.name }
%hr
= render 'form', visibility_level: @group.visibility_level