mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 00:56:38 +02:00
🎉 Add better reply-to handling on feedback module.
This commit is contained in:
parent
fe114d2e66
commit
9fb8ba2ff1
4 changed files with 18 additions and 17 deletions
|
@ -1 +1 @@
|
|||
[PENPOT FEEDBACK]: {{subject|abbreviate:19}} (from {% if profile %}{{ profile.email }}{% else %}{{from}}{% endif %})
|
||||
[PENPOT FEEDBACK]: {{subject|abbreviate:19}} (from {{email}})
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
{% if profile %}
|
||||
Feedback from: {{profile.fullname}} <{{profile.email}}>
|
||||
Profile ID: {{profile.id}}
|
||||
Feedback profile: {{profile.fullname}} <{{profile.email}}> / {{profile.id}}
|
||||
{% else %}
|
||||
Feedback from: {{from}}
|
||||
Feedback from: {{email}}
|
||||
{% endif %}
|
||||
|
||||
Subject: {{subject}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue