forked from withspectrum/spectrum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
adminSlackImportProcessed.html
59 lines (53 loc) · 2.21 KB
/
adminSlackImportProcessed.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
START_CONFIG
{
"production": {
"version": "c326641d-3a18-40df-a4d3-69864c7a04de",
"template": "d-b3f8d36ef3354ce987a352ce39893432"
}
}
END_CONFIG
-->
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>{{{subject}}}</title>
</head>
<body>
<div style="display: none; max-height: 0px; overflow: hidden;">
{{preheader}}
</div>
<!-- Insert ‌ hack after hidden preview text -->
<div style="display: none; max-height: 0px; overflow: hidden;">
</div>
<p><strong>New slack import:</strong></p>
<ul>
<li>Community: <a href="https://spectrum.chat/{{ community.slug }}">{{data.community.name}}</a>
</li>
<li>{{data.invitedCount}} members invited</li>
<li>Slack team name: {{data.teamName}}</li>
</ul>
<p><strong>Community owner:</strong></p>
<ul>
<li><a href="https://spectrum.chat/users/{{ data.user.username }}">{{data.user.name}}</a></li>
<li>About: {{data.user.description}}</li>
<li>Joined Spectrum: {{data.user.createdAt}}</li>
<li>Email: <a href="mailto:{{ user.email }}">{{data.user.email}}</a>
</li>
</ul>
</body>
</html>