mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
add view link in message log for letter notifications
This commit is contained in:
@@ -71,6 +71,9 @@
|
||||
<dt>{{ key }}:</dt>
|
||||
<dd class="api-notifications-item-data-item">{{ notification[key] }}</dd>
|
||||
{% endfor %}
|
||||
{% if notification['notification_type'] == 'letter' %}
|
||||
<a href="{{ url_for('.view_notification', service_id=current_service.id, notification_id=notification.id) }}">View letter</a>
|
||||
{% endif %}
|
||||
</dl>
|
||||
</div>
|
||||
</details>
|
||||
|
||||
Reference in New Issue
Block a user