mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Use smaller heading size for Uploads
Because it’s a top-level page without a back link it should have a smaller heading size.
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
<h1 class="heading-large">Uploads</h1>
|
<h1 class="heading-medium">Uploads</h1>
|
||||||
<div class="dashboard">
|
<div class="dashboard">
|
||||||
{% if show_scheduled_jobs %}
|
{% if show_scheduled_jobs %}
|
||||||
{% with hide_heading = True %}
|
{% with hide_heading = True %}
|
||||||
|
|||||||
Reference in New Issue
Block a user