Skip to content

Commit

Permalink
Merge pull request #309 from nationalarchives/feature/remove-phase-ba…
Browse files Browse the repository at this point in the history
…nner

Remove phase banner from Editor UI
  • Loading branch information
dragon-dxw authored Aug 3, 2022
2 parents f4f710a + badb5f7 commit 007e074
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 50 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog 1.0.0].

## [Unreleased]
- Remove phase banner from application

[unreleased]: TODO
[keep a changelog 1.0.0]: https://keepachangelog.com/en/1.0.0/
34 changes: 0 additions & 34 deletions ds_caselaw_editor_ui/sass/includes/_phase_banner.scss

This file was deleted.

1 change: 0 additions & 1 deletion ds_caselaw_editor_ui/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
@import "includes/results_search_component";
@import "includes/result_controls";
@import "includes/pagination";
@import "includes/phase_banner";
@import "includes/footer";
@import "includes/header";
@import "includes/judgment_text";
Expand Down
1 change: 0 additions & 1 deletion ds_caselaw_editor_ui/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

<body>
<a id="skip-to-main-content" href="#main-content">{% translate "skiplink" %}</a>
{% include 'includes/phase_banner.html' %}
{% block header %}
{% endblock header %}
<main id="main-content">
Expand Down
12 changes: 0 additions & 12 deletions ds_caselaw_editor_ui/templates/includes/phase_banner.html

This file was deleted.

1 change: 0 additions & 1 deletion ds_caselaw_editor_ui/templates/layout_judgment_html.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
</head>
<body>
<a id="skip-to-main-content" href="#main-content">{% translate "skiplink" %}</a>
{% include 'includes/phase_banner.html' %}
<header class="page-header">
{% include 'includes/breadcrumbs.html' with current=context.page_title title=context.page_title link=request.get_full_path %}
{% include 'includes/logo.html' %}
Expand Down
1 change: 0 additions & 1 deletion ds_caselaw_editor_ui/templates/pages/home.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{% extends "base.html" %}
{% load i18n %}
{% include 'includes/phase_banner.html' %}
{% block content %}
<header class="page-header">
{% include 'includes/breadcrumbs.html' with current="home" %}
Expand Down

0 comments on commit 007e074

Please sign in to comment.