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

show.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: 6e7f6ce4df0f25e71268f285499ffabb06552b5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- add_to_breadcrumbs _("Group applications"), group_settings_applications_path(@group)
- breadcrumb_title @application.name
- page_title @application.name, _("Group applications")
- @content_class = "limit-container-width" unless fluid_layout

%h3.page-title
  = _("Group application: %{name}") % { name: @application.name }

= render 'shared/doorkeeper/applications/show',
  edit_path: edit_group_settings_application_path(@group, @application),
  delete_path: group_settings_application_path(@group, @application),
  index_path: group_settings_applications_path