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

show.html.haml « applications « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 212e3eeb9518a2e13dc4f6461bf2b38bff4362cb (plain)
1
2
3
4
5
6
7
8
9
10
- page_title @application.name, _("Applications")

%h1.page-title.gl-font-size-h-display
  Application: #{@application.name}

= render 'shared/doorkeeper/applications/show',
  edit_path: edit_admin_application_path(@application),
  delete_path: admin_application_path(@application),
  index_path: admin_applications_path,
  show_trusted_row: true