mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 13:38:26 -04:00
Merge branch 'master' into template_history_view
Conflicts: requirements.txt
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
{{ item.to }}
|
||||
</p>
|
||||
<p class="hint">
|
||||
<a href="{{ url_for('.view_template', service_id=current_service.id, template_id=item.template.id) }}">{{ item.template.name }}</a>
|
||||
<a href="{{ url_for('.view_template_version', service_id=current_service.id, template_id=item.template.id, version=item.template_version) }}">{{ item.template.name }}</a>
|
||||
sent from
|
||||
{% if item.job %}
|
||||
<a href="{{ url_for(".view_job", service_id=current_service.id, job_id=item.job.id) }}">{{ item.job.original_file_name }}</a>
|
||||
|
||||
@@ -31,6 +31,10 @@
|
||||
<div class="column-one-third">
|
||||
<div class="sms-message-use-links{% if show_title %}-with-title{% endif %}">
|
||||
<p>Edited by {{ template.get_raw('created_by').name }}</p>
|
||||
<p>Edited on {{ template.get_raw('created_at')|format_datetime }}</p>
|
||||
<p>Created on {{ template.get_raw('created_at')|format_datetime }}</p>
|
||||
<p>Edited on
|
||||
{% if template.get_raw('updated_at') %}
|
||||
{{ template.get_raw('updated_at')|format_datetime }}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user