Merge pull request #2127 from alphagov/download-activity

Add the download activity link for notifications
This commit is contained in:
Rebecca Law
2018-06-27 14:57:33 +01:00
committed by GitHub
3 changed files with 13 additions and 7 deletions
+5
View File
@@ -47,6 +47,11 @@
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>
</form>
{% endif %}
<p class="bottom-gutter">
<a href="{{ download_link }}" download="download" class="heading-small">Download this report</a>
&emsp;
Data available for 7 days
</p>
{{ ajax_block(
partials,
url_for('.get_notifications_as_json', service_id=current_service.id, message_type=message_type, status=status, page=page),