Skip to content

Commit

Permalink
Merge pull request #1441 from alphagov/remove-title
Browse files Browse the repository at this point in the history
Remove title component
  • Loading branch information
tijmenb authored Jun 18, 2018
2 parents 5617a3d + e034103 commit d7e994d
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 173 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
@import "govspeak-html-publication-print";
@import "metadata-print";
@import "related-items-print";
@import "title-print";
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 @@ -14,6 +14,5 @@
@import "govspeak";
@import "govspeak-html-publication";
@import "metadata";
@import "title";
@import "previous-and-next-navigation";
@import "related-items";
9 changes: 0 additions & 9 deletions app/assets/stylesheets/govuk-component/_title-print.scss

This file was deleted.

51 changes: 0 additions & 51 deletions app/assets/stylesheets/govuk-component/_title.scss

This file was deleted.

1 change: 1 addition & 0 deletions app/controllers/root_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class RootController < ApplicationController
analytics_meta_tags
breadcrumbs
button
title
lead_paragraph
].freeze

Expand Down
55 changes: 0 additions & 55 deletions app/views/govuk_component/docs/title.yml

This file was deleted.

23 changes: 0 additions & 23 deletions app/views/govuk_component/title.raw.html.erb

This file was deleted.

33 changes: 0 additions & 33 deletions test/govuk_component/title_test.rb

This file was deleted.

0 comments on commit d7e994d

Please sign in to comment.