Skip to content

Commit

Permalink
Not needed in bootstrap anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Glen committed Mar 24, 2015
1 parent 538c483 commit dff3186
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/smithy/pages/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<% breadcrumbs.each do |p| %>
<li>
<%= @page == p ? p.title : link_to(p.title, edit_page_path(p.id)) %>
<%= content_tag :span, :class => 'divider' do %>/<% end %>
</li>
<% end %>
<%= content_tag(:li, @page.title) if @page.persisted? %>
Expand Down

0 comments on commit dff3186

Please sign in to comment.