debian-mirror-gitlab/app/views/groups/settings/applications/show.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
587 B
Text
Raw Normal View History

2021-04-29 21:17:54 +05:30
- 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
2022-07-23 23:45:48 +05:30
%h1.page-title.gl-font-size-h-display
2021-04-29 21:17:54 +05:30
= _("Group application: %{name}") % { name: @application.name }
2021-12-11 22:18:48 +05:30
= 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