Skip to content

Commit

Permalink
Move breadcrumbs for meta to its own items partial
Browse files Browse the repository at this point in the history
  • Loading branch information
vpereira committed Dec 3, 2018
1 parent dcd81b5 commit 39ac91b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Expand Up @@ -19,6 +19,3 @@
- elsif current_page?(project_config_path(@project))
%li.breadcrumb-item.active{ 'aria-current' => 'page' }
Configuration
- elsif current_page?(project_meta_path(@project))
%li.breadcrumb-item.active{ 'aria-current' => 'page' }
Meta
@@ -1 +1,3 @@
= render partial: 'webui/project/breadcrumb_items'
%li.breadcrumb-item.active{ 'aria-current' => 'page' }
Meta

0 comments on commit 39ac91b

Please sign in to comment.