Skip to content

Commit

Permalink
Remove title component
Browse files Browse the repository at this point in the history
This component has been moved to the gem and is no longer used in any
application.

https://trello.com/c/EruCrkqO
  • Loading branch information
tijmenb committed Jun 18, 2018
1 parent 5617a3d commit e034103
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 e034103

Please sign in to comment.