diff options
author | Alex Braha Stoll <alexbrahastoll@gmail.com> | 2016-12-27 01:44:03 -0200 |
---|---|---|
committer | Alex Braha Stoll <alexbrahastoll@gmail.com> | 2016-12-31 16:55:50 -0200 |
commit | 94dcadd62ac66cc5c52579ae9c288314bbca0c20 (patch) | |
tree | 2fe2ea2675ebaf2640a46f0fd8b6051af187514c /app/views/projects/wikis | |
parent | 84cc7c3704cc0cc22a325572f35cd21d0e2a6cc7 (diff) | |
download | gitlab-ce-94dcadd62ac66cc5c52579ae9c288314bbca0c20.tar.gz |
Add a breadcrumb at projects/wikis/show.html.haml
Diffstat (limited to 'app/views/projects/wikis')
-rw-r--r-- | app/views/projects/wikis/show.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/wikis/show.html.haml b/app/views/projects/wikis/show.html.haml index 87b9ff6e415..3609461b721 100644 --- a/app/views/projects/wikis/show.html.haml +++ b/app/views/projects/wikis/show.html.haml @@ -6,6 +6,9 @@ %button.btn.btn-default.sidebar-toggle.js-sidebar-wiki-toggle{ role: "button", type: "button" } = icon('angle-double-left') + .wiki-breadcrumb + %span= breadcrumb(@page.slug) + .nav-text %h2.wiki-page-title= @page.title.capitalize %span.wiki-last-edit-by |