diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index d74498fa2..9e34a2430 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -56,14 +56,6 @@ %> <% end %> - <% breadcrumbs.tap do |links| %> - <% if links.any? %> - - <% end %> - <% end %> - <%= yield %> <%= render partial: 'shared/go_to' %> <% end %>