mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 04:08:24 -04:00
Renamed components folder, put failing tests back in to get some assistance with those
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "withnav_template.html" %}
|
||||
{% from "components/page-header.html" import page_header %}
|
||||
{% from "components/page-footer.html" import page_footer %}
|
||||
{% from "components/us_components/back-link/macro.njk" import govukBackLink %}
|
||||
{% from "components/components/back-link/macro.njk" import govukBackLink %}
|
||||
|
||||
{% block service_page_title %}
|
||||
{{ notification_type.capitalize() }} are disabled
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
{% from "components/page-footer.html" import page_footer %}
|
||||
{% from "components/list.html" import list_of_placeholders, list_of_code_snippets %}
|
||||
{% from "components/form.html" import form_wrapper %}
|
||||
{% from "components/us_components/back-link/macro.njk" import govukBackLink %}
|
||||
{% from "components/components/back-link/macro.njk" import govukBackLink %}
|
||||
|
||||
{% block service_page_title %}
|
||||
Confirm changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{% from "components/live-search.html" import live_search %}
|
||||
{% from "components/folder-path.html" import folder_path %}
|
||||
{% from "components/us_components/button/macro.njk" import govukButton %}
|
||||
{% from "components/components/button/macro.njk" import govukButton %}
|
||||
|
||||
{% extends "withnav_template.html" %}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{% extends "withnav_template.html" %}
|
||||
{% from "components/page-footer.html" import page_footer %}
|
||||
{% from "components/form.html" import form_wrapper %}
|
||||
{% from "components/us_components/back-link/macro.njk" import govukBackLink %}
|
||||
{% from "components/components/back-link/macro.njk" import govukBackLink %}
|
||||
|
||||
{% block service_page_title %}
|
||||
{{ sender_context.title }}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{% extends "withnav_template.html" %}
|
||||
{% from "components/page-footer.html" import page_footer %}
|
||||
{% from "components/form.html" import form_wrapper %}
|
||||
{% from "components/us_components/back-link/macro.njk" import govukBackLink %}
|
||||
{% from "components/components/back-link/macro.njk" import govukBackLink %}
|
||||
|
||||
{% set page_title = 'Set letter contact block' %}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{% extends "withnav_template.html" %}
|
||||
{% from "components/us_components/button/macro.njk" import govukButton %}
|
||||
{% from "components/components/button/macro.njk" import govukButton %}
|
||||
|
||||
{% block service_page_title %}
|
||||
{{ template.name }}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
{% from "components/folder-path.html" import folder_path, page_title_folder_path %}
|
||||
{% from "components/page-footer.html" import page_footer %}
|
||||
{% from "components/copy-to-clipboard.html" import copy_to_clipboard %}
|
||||
{% from "components/us_components/button/macro.njk" import govukButton %}
|
||||
{% from "components/components/button/macro.njk" import govukButton %}
|
||||
|
||||
{% block service_page_title %}
|
||||
{{ page_title_folder_path(current_service.get_template_path(template._template)) }}
|
||||
|
||||
Reference in New Issue
Block a user