diff --git a/app/views/smithy/pages/_form.html.erb b/app/views/smithy/pages/_form.html.erb index 272c2e5..23eff5f 100644 --- a/app/views/smithy/pages/_form.html.erb +++ b/app/views/smithy/pages/_form.html.erb @@ -5,7 +5,6 @@ <% breadcrumbs.each do |p| %>
  • <%= @page == p ? p.title : link_to(p.title, edit_page_path(p.id)) %> - <%= content_tag :span, :class => 'divider' do %>/<% end %>
  • <% end %> <%= content_tag(:li, @page.title) if @page.persisted? %>