mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Merge pull request #3344 from alphagov/uploads-navigation
Fix navigation around uploads and jobs
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
{% from "components/banner.html" import banner %}
|
||||
{% from "components/ajax-block.html" import ajax_block %}
|
||||
{% from "components/page-footer.html" import page_footer %}
|
||||
{% from "components/page-header.html" import page_header %}
|
||||
|
||||
{% block service_page_title %}
|
||||
{{ job.original_file_name }}
|
||||
@@ -9,11 +10,12 @@
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
<h1 class="heading-large">
|
||||
{{ job.original_file_name }}
|
||||
</h1>
|
||||
{{ page_header(
|
||||
job.original_file_name,
|
||||
back_link=None if just_sent else url_for('main.uploads', service_id=current_service.id)
|
||||
) }}
|
||||
|
||||
{% if just_sent %}
|
||||
{% if just_sent and job.template_type == 'letter' %}
|
||||
{{ banner(just_sent_message, type='default', with_tick=True) }}
|
||||
{% else %}
|
||||
{{ ajax_block(partials, updates_url, 'status', finished=job.processing_finished) }}
|
||||
|
||||
Reference in New Issue
Block a user