- 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)