mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-20 02:14:26 -05:00
Use page header component
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% extends "withnav_template.html" %}
|
||||
{% from "components/page-footer.html" import page_footer %}
|
||||
{% from "components/page-header.html" import page_header %}
|
||||
{% from "components/table.html" import list_table, field %}
|
||||
|
||||
{% block service_page_title %}
|
||||
@@ -8,9 +8,7 @@ Service and API key history
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-large">
|
||||
{{ "Service and API key history" }}
|
||||
</h1>
|
||||
{{ page_header("Service and API key history") }}
|
||||
|
||||
<div class="grid-row">
|
||||
{% call(item, row_number) list_table(
|
||||
|
||||
Reference in New Issue
Block a user