debian-mirror-gitlab/app/views/doorkeeper/applications/show.html.haml
2023-06-20 00:43:36 +05:30

12 lines
504 B
Text

- add_to_breadcrumbs _("Applications"), oauth_applications_path
- breadcrumb_title @application.name
- page_title @application.name, _("Applications")
%h1.page-title.gl-font-size-h-display
= _("Application: %{name}") % { name: @application.name }
= render 'shared/doorkeeper/applications/show',
edit_path: edit_oauth_application_path(@application),
delete_path: oauth_application_path(@application),
index_path: oauth_applications_path,
renew_path: renew_oauth_application_path(@application)