debian-mirror-gitlab/app/views/doorkeeper/applications/show.html.haml
2021-12-11 22:18:48 +05:30

12 lines
486 B
Text

- add_to_breadcrumbs _("Applications"), oauth_applications_path
- breadcrumb_title @application.name
- page_title @application.name, _("Applications")
- @content_class = "limit-container-width" unless fluid_layout
%h3.page-title
= _("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