Skip to content

Commit

Permalink
Merge pull request #1413 from alphagov/remove-breadcrumbs
Browse files Browse the repository at this point in the history
Remove breadcrumbs component
  • Loading branch information
tijmenb authored May 22, 2018
2 parents 46fecb0 + 2f95b85 commit 0de1517
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 265 deletions.
41 changes: 0 additions & 41 deletions app/assets/stylesheets/govuk-component/_breadcrumbs.scss

This file was deleted.

1 change: 0 additions & 1 deletion app/assets/stylesheets/govuk-component/_component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
@import "metadata";
@import "title";
@import "previous-and-next-navigation";
@import "breadcrumbs";
@import "related-items";
@import "organisation-logo";
@import "lead-paragraph";
1 change: 1 addition & 0 deletions app/controllers/root_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class RootController < ApplicationController

REMOVED_TEMPLATES = %w[
analytics_meta_tags
breadcrumbs
button
].freeze

Expand Down
44 changes: 0 additions & 44 deletions app/views/govuk_component/breadcrumbs.raw.html.erb

This file was deleted.

94 changes: 0 additions & 94 deletions app/views/govuk_component/docs/breadcrumbs.yml

This file was deleted.

85 changes: 0 additions & 85 deletions test/govuk_component/breadcrumbs_test.rb

This file was deleted.

0 comments on commit 0de1517

Please sign in to comment.