Fix breadcrumb again
This commit is contained in:
parent
d2f837f342
commit
6324233f58
|
@ -1,4 +1,4 @@
|
|||
<% if not @ancestors.empty? %>
|
||||
<% unless @ancestors.blank? %>
|
||||
<ul class="breadcrumb">
|
||||
<% @ancestors.each_with_index do |node, i| %>
|
||||
<% last = i == @ancestors.size-1 %>
|
||||
|
|
Loading…
Reference in New Issue