mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Add link to user page to go live tickets
This adds a link to the user profile of the person who requested to go live for "Request to go live" Zendesk tickets. Viewing a user's profile page helps us to check for duplicate organisations and services from that user.
This commit is contained in:
@@ -30,4 +30,5 @@ Other live services for that user: {{ user.live_services|format_yes_no }}
|
||||
Service reply-to address: {{ service.default_email_reply_to_address or "not set" }}
|
||||
|
||||
---
|
||||
Request sent by {{ current_user.email_address }}
|
||||
Request sent by {{ user.email_address }}
|
||||
Requester’s user page: {{ url_for('main.user_information', user_id=user.id, _external=True) }}
|
||||
|
||||
Reference in New Issue
Block a user