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

show.html.haml « applications « doorkeeper « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 75521d42f7eb52a116a3fb082ed2ce3b68dd2e00 (plain)
1
2
3
4
5
6
7
8
9
- 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)