Add Mastodon link to server email templates (#23309)
- Adds a link to FleetDM's Mastodon account to emails sent by the FleetDM server - Adds a Mastodon PNG image to the repo
This commit is contained in:
@@ -0,0 +1 @@
|
||||
* Added Mastodon icon and URL to server email templates.
|
||||
@@ -143,6 +143,13 @@
|
||||
src="{{.AssetURL}}/fleet-mark-color-40x40@2x.png"
|
||||
/>
|
||||
</a>
|
||||
<a href="https://discuss.systems/@Fleet" target="_blank">
|
||||
<img
|
||||
alt="Mastodon logo"
|
||||
style="height: 20px; width: 20px; padding-right: 20px"
|
||||
src="{{.AssetURL}}/mastodon-logo-50x40@2x.png"
|
||||
/>
|
||||
</a>
|
||||
<a href="https://twitter.com/fleetctl" target="_blank">
|
||||
<img
|
||||
alt="X logo"
|
||||
|
||||
@@ -176,6 +176,13 @@
|
||||
src="{{.AssetURL}}/fleet-mark-color-40x40@2x.png"
|
||||
/>
|
||||
</a>
|
||||
<a href="https://discuss.systems/@Fleet" target="_blank">
|
||||
<img
|
||||
alt="Mastodon logo"
|
||||
style="height: 20px; width: 20px; padding-right: 20px"
|
||||
src="{{.AssetURL}}/mastodon-logo-50x40@2x.png"
|
||||
/>
|
||||
</a>
|
||||
<a href="https://twitter.com/fleetctl" target="_blank">
|
||||
<img
|
||||
alt="X logo"
|
||||
|
||||
@@ -148,6 +148,13 @@
|
||||
src="{{.AssetURL}}/fleet-mark-color-40x40@2x.png"
|
||||
/>
|
||||
</a>
|
||||
<a href="https://discuss.systems/@Fleet" target="_blank">
|
||||
<img
|
||||
alt="Mastodon logo"
|
||||
style="height: 20px; width: 20px; padding-right: 20px"
|
||||
src="{{.AssetURL}}/mastodon-logo-50x40@2x.png"
|
||||
/>
|
||||
</a>
|
||||
<a href="https://twitter.com/fleetctl" target="_blank">
|
||||
<img
|
||||
alt="X logo"
|
||||
|
||||
@@ -148,6 +148,13 @@
|
||||
src="{{.AssetURL}}/fleet-mark-color-40x40@2x.png"
|
||||
/>
|
||||
</a>
|
||||
<a href="https://discuss.systems/@Fleet" target="_blank">
|
||||
<img
|
||||
alt="Mastodon logo"
|
||||
style="height: 20px; width: 20px; padding-right: 20px"
|
||||
src="{{.AssetURL}}/mastodon-logo-50x40@2x.png"
|
||||
/>
|
||||
</a>
|
||||
<a href="https://twitter.com/fleetctl" target="_blank">
|
||||
<img
|
||||
alt="X logo"
|
||||
|
||||
@@ -122,6 +122,13 @@
|
||||
src="{{.AssetURL}}/fleet-mark-color-40x40@2x.png"
|
||||
/>
|
||||
</a>
|
||||
<a href="https://discuss.systems/@Fleet" target="_blank">
|
||||
<img
|
||||
alt="Mastodon logo"
|
||||
style="height: 20px; width: 20px; padding-right: 20px"
|
||||
src="{{.AssetURL}}/mastodon-logo-50x40@2x.png"
|
||||
/>
|
||||
</a>
|
||||
<a href="https://twitter.com/fleetctl" target="_blank">
|
||||
<img
|
||||
alt="X logo"
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
Reference in New Issue
Block a user