Fix breadcrumb again

This commit is contained in:
chris 2013-02-07 19:35:42 +08:00
parent d2f837f342
commit 6324233f58
1 changed files with 1 additions and 1 deletions

View File

@ -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 %>