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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Watson <rob@mixlr.com>2018-01-01 16:55:52 +0300
committerRob Watson <rob@mixlr.com>2018-01-01 20:45:20 +0300
commit9219ac0aad82a41a0b177853d7a4a8f8ae0d4a44 (patch)
treeb07ebd9cb9539b42a0a2061c2f102dfe8c0d97e5 /app/views/doorkeeper
parentff077cf7dc5cfd7c6c6206d801ea3f326f7af1aa (diff)
Add breadcrumbs to User Settings sub-views
Closes #40274
Diffstat (limited to 'app/views/doorkeeper')
-rw-r--r--app/views/doorkeeper/applications/show.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/doorkeeper/applications/show.html.haml b/app/views/doorkeeper/applications/show.html.haml
index 72eab964766..6364f0be4a3 100644
--- a/app/views/doorkeeper/applications/show.html.haml
+++ b/app/views/doorkeeper/applications/show.html.haml
@@ -1,3 +1,5 @@
+- add_to_breadcrumbs "Applications", oauth_applications_path
+- breadcrumb_title @application.name
- page_title @application.name, "Applications"
- @content_class = "limit-container-width" unless fluid_layout