From 6324233f583856f6c7f3e43add90814e545d5d9e Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 7 Feb 2013 19:35:42 +0800 Subject: [PATCH] Fix breadcrumb again --- app/views/front/show_breadcrumb.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/front/show_breadcrumb.html.erb b/app/views/front/show_breadcrumb.html.erb index 734c6812..d06d70e2 100644 --- a/app/views/front/show_breadcrumb.html.erb +++ b/app/views/front/show_breadcrumb.html.erb @@ -1,4 +1,4 @@ -<% if not @ancestors.empty? %> +<% unless @ancestors.blank? %>