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: 3a568421ce9d0afac95bdf058535524553c5a1c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- 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