From 2a293734c77d4f32f999539e0f120d9ad409a120 Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 5 Feb 2013 18:17:35 +0800 Subject: [PATCH] Change breadcrumb html --- app/views/front/show_breadcrumb.html.erb | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/app/views/front/show_breadcrumb.html.erb b/app/views/front/show_breadcrumb.html.erb index 7b0fc912..734c6812 100644 --- a/app/views/front/show_breadcrumb.html.erb +++ b/app/views/front/show_breadcrumb.html.erb @@ -1,11 +1,15 @@ <% if not @ancestors.empty? %> -
-
-<% end %> + + <% end %> + +<% end %> \ No newline at end of file