Logo
Explore Help
Sign In
darkhelm/notifications-admin
1
0
Fork 0
You've already forked notifications-admin
mirror of https://github.com/GSA/notifications-admin.git synced 2026-09-10 10:03:21 -04:00
Code Issues Packages Projects Releases Wiki Activity
Files
fc4f2856c3eeeb6f97fcdff24f89ca75b3609978
notifications-admin/app/templates/support-tickets/support-ticket.txt

6 lines
177 B
Plaintext
Raw Normal View History

Refactor support ticket into a template This is the same thing we do for go live requests and branding requests. It’s easier to do templating logic in a templating language than in Python.
2022-06-07 13:44:58 +01:00
{{ content }}
{% if current_service -%}
Service: "{{ current_service.name }}"
Fix relative URLs in support tickets When we get a support ticket we put a link to the service at the end. As part of 8b7f2fbf041c182156cbdb4d3fbadc1c851e6653 we accidentally made these URLs relative, rather than absolute. This means they aren’t made into links by email clients or Zendesk. This commit fixes the links to include the domain again.
2022-06-07 13:46:02 +01:00
{{ url_for('main.service_dashboard', service_id=current_service.id, _external=True) }}
Refactor support ticket into a template This is the same thing we do for go live requests and branding requests. It’s easier to do templating logic in a templating language than in Python.
2022-06-07 13:44:58 +01:00
{% endif %}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 447ms Template: 11ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API