debian-mirror-gitlab/app/views/doorkeeper/applications/show.html.haml

10 lines
443 B
Text
Raw Normal View History

2018-11-18 11:00:15 +05:30
- add_to_breadcrumbs _("Applications"), oauth_applications_path
2018-03-17 18:26:18 +05:30
- breadcrumb_title @application.name
2018-11-18 11:00:15 +05:30
- page_title @application.name, _("Applications")
2017-09-10 17:25:29 +05:30
- @content_class = "limit-container-width" unless fluid_layout
2015-04-26 12:48:37 +05:30
%h3.page-title
2018-11-18 11:00:15 +05:30
= _("Application: %{name}") % { name: @application.name }
2015-04-26 12:48:37 +05:30
2021-04-29 21:17:54 +05:30
= render 'shared/doorkeeper/applications/show', edit_path: edit_oauth_application_path(@application), delete_path: oauth_application_path(@application)