Don't put an empty list on the page when there's no bread crumbs.
This commit is contained in:
parent
402a009e4d
commit
88f887938b
@ -1,3 +1,4 @@
|
|||||||
|
- if breadcrumbs_trail.size > 1
|
||||||
%ol#breadcrumbs
|
%ol#breadcrumbs
|
||||||
- breadcrumbs_trail.each_with_index do |bc, index|
|
- breadcrumbs_trail.each_with_index do |bc, index|
|
||||||
- klass = "first" if index == 0
|
- klass = "first" if index == 0
|
||||||
|
Loading…
Reference in New Issue
Block a user