diff --git a/README.md b/README.md index 18ea6d53f..2bb48afeb 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,6 @@ Not all schemas that this app can handle are rendered by it in production. | Topical event about page | [View on GOV.UK](https://www.gov.uk/government/topical-events/2014-overseas-territories-joint-ministerial-council/about) | Migrated | | Travel advice | [View on GOV.UK](https://www.gov.uk/foreign-travel-advice/nepal) | Migrated | | Unpublishing | | Rendered by Whitehall, might not be migrated | -| World Location News Article | [View on GOV.UK](https://www.gov.uk/government/world-location-news/changes-to-secure-english-language-test-providers-for-uk-visas) | Migrated | | Working group | [View on GOV.UK](https://www.gov.uk/government/groups/abstraction-reform) | Migrated | ## Technical documentation diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index fb9fe8789..c8387a519 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -82,7 +82,6 @@ $govuk-include-default-font-face: false; @import "views/statistical-data-set"; @import "views/consultation"; @import "views/speech"; -@import "views/world-location-news-article"; @import "views/news-article"; @import "views/corporate-information-page"; @import "views/travel-advice"; diff --git a/app/assets/stylesheets/views/_world-location-news-article.scss b/app/assets/stylesheets/views/_world-location-news-article.scss deleted file mode 100644 index 50573d257..000000000 --- a/app/assets/stylesheets/views/_world-location-news-article.scss +++ /dev/null @@ -1,8 +0,0 @@ -.world-location-news-article { - @include sidebar-with-body; - - .direction-rtl & { - direction: rtl; - text-align: start; - } -} diff --git a/app/controllers/development_controller.rb b/app/controllers/development_controller.rb index 0ccaa76ed..e7668ca67 100644 --- a/app/controllers/development_controller.rb +++ b/app/controllers/development_controller.rb @@ -25,8 +25,7 @@ def index take_part topical_event_about_page travel_advice - working_group - world_location_news_article] + working_group] @paths = YAML.load_file(Rails.root.join("config/govuk_examples.yml")) end diff --git a/app/presenters/world_location_news_article_presenter.rb b/app/presenters/world_location_news_article_presenter.rb deleted file mode 100644 index ebff2faed..000000000 --- a/app/presenters/world_location_news_article_presenter.rb +++ /dev/null @@ -1,10 +0,0 @@ -class WorldLocationNewsArticlePresenter < ContentItemPresenter - include ContentItem::Body - include ContentItem::Political - include ContentItem::Linkable - include ContentItem::Updatable - include ContentItem::Shareable - include ContentItem::TitleAndContext - include ContentItem::Metadata - include ContentItem::NewsImage -end diff --git a/app/views/content_items/world_location_news_article.html.erb b/app/views/content_items/world_location_news_article.html.erb deleted file mode 100644 index d097cbcfc..000000000 --- a/app/views/content_items/world_location_news_article.html.erb +++ /dev/null @@ -1,57 +0,0 @@ -<% content_for :extra_head_content do %> - <%= machine_readable_metadata( - schema: :news_article - ) %> -<% end %> - -