mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Add left-hand navigation to pricing pages
So that you don’t have to use the footer navigation to switch between these related pages. Matches the template we use for organising features-related content.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{% from "components/page-header.html" import page_header %}
|
||||
{% from "components/sub-navigation.html" import sub_navigation %}
|
||||
|
||||
{% extends "withoutnav_template.html" %}
|
||||
|
||||
@@ -9,6 +10,9 @@
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-one-third">
|
||||
{{ sub_navigation(navigation_links) }}
|
||||
</div>
|
||||
<div class="column-two-thirds">
|
||||
|
||||
{{ page_header('How to pay') }}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{% from "components/table.html" import mapping_table, row, text_field, field, row_heading %}
|
||||
{% from "components/textbox.html" import textbox %}
|
||||
{% from "components/live-search.html" import live_search %}
|
||||
{% from "components/sub-navigation.html" import sub_navigation %}
|
||||
|
||||
{% extends "withoutnav_template.html" %}
|
||||
|
||||
@@ -11,6 +12,9 @@
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<div class="grid-row">
|
||||
<div class="column-one-third">
|
||||
{{ sub_navigation(navigation_links) }}
|
||||
</div>
|
||||
<div class="column-two-thirds">
|
||||
|
||||
<h1 class="heading-large">Pricing</h1>
|
||||
|
||||
Reference in New Issue
Block a user