mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-04 01:18:20 +02:00
feat: productivity report cta (#8936)
This commit is contained in:
parent
d85c4d52cd
commit
d40b0795f9
@ -57,9 +57,11 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
|
<div style="font-size: 14px;margin: 30px 0 20px 0;">You can deep-dive further into your numbers in Unleash</div>
|
||||||
<a href="{{unleashUrl}}/insights"
|
<a href="{{unleashUrl}}/insights"
|
||||||
style="color: #fefefe;text-decoration: none;display: inline-block;margin: 20px 0;padding: 12px 25px;background-color: #817afe;border-radius: 25px;font-weight: bold;"
|
style="color: #fefefe;text-decoration: none;display: inline-block;margin: 0;padding: 12px 25px;background-color: #817afe;border-radius: 25px;font-weight: bold;"
|
||||||
rel="noopener" target="_blank">Go to your Insights</a>
|
rel="noopener" target="_blank">View more insights</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer" style="text-align: center;margin-top: 20px;padding: 20px;background: #f0f0f5;">
|
<div class="footer" style="text-align: center;margin-top: 20px;padding: 20px;background: #f0f0f5;">
|
||||||
|
@ -11,7 +11,8 @@ Flags created last month: {{flagsCreated}}
|
|||||||
|
|
||||||
Production updates last month: {{productionUpdates}}
|
Production updates last month: {{productionUpdates}}
|
||||||
|
|
||||||
Go to your Insights to learn more: {{unleashUrl}}/insights
|
You can deep-dive further into your numbers in Unleash.
|
||||||
|
View more insights: {{unleashUrl}}/insights
|
||||||
|
|
||||||
This email was sent to {{userEmail}}. You’ve received this as you are a user of Unleash.
|
This email was sent to {{userEmail}}. You’ve received this as you are a user of Unleash.
|
||||||
If you wish to unsubscribe, go to you profile settings on {{unleashUrl}}/profile
|
If you wish to unsubscribe, go to you profile settings on {{unleashUrl}}/profile
|
||||||
|
Loading…
Reference in New Issue
Block a user