summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-07-22 10:53:57 -0400
committerGitHub <noreply@github.com>2016-07-22 10:53:57 -0400
commit9c2c941449c387b2407d10c101f39a2266a2e65a (patch)
tree4e4d3455fff32a07a0b9509d82aebdd235e37447 /templates
parent946302d9a29cbf5702da9e18a52b59864a18c69e (diff)
downloadchat-9c2c941449c387b2407d10c101f39a2266a2e65a.tar.gz
chat-9c2c941449c387b2407d10c101f39a2266a2e65a.tar.bz2
chat-9c2c941449c387b2407d10c101f39a2266a2e65a.zip
PLT-1866/PLT-3509 Added links to download the native apps (#3651)
* PLT-1866 Added configurable links for native app downloads * PLT-1866 Added native app download link to main menu * PLT-3509 Added native app link to tutorial * PLT-3509 Added native app link to welcome email * PLT-3509 Made link to apps in welcome email conditional on being set
Diffstat (limited to 'templates')
-rw-r--r--templates/welcome_body.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/welcome_body.html b/templates/welcome_body.html
index 8dee99cf5..22867e64b 100644
--- a/templates/welcome_body.html
+++ b/templates/welcome_body.html
@@ -33,6 +33,17 @@
<p>{{.Props.Info3}}</p>
</td>
</tr>
+ {{if .Props.AppDownloadLink}}
+ <tr>
+ <td style="border-bottom: 1px solid #ddd; padding: 0 0 20px;">
+ <p>{{.Props.AppDownloadInfo}}</p>
+ <a href="{{.Props.AppDownloadLink}}">
+ <p>{{.Props.AppDownloadLink}}</p>
+ <img src="{{.Props.SiteURL}}/static/images/appIcons.png" />
+ </a>
+ </td>
+ </tr>
+ {{end}}
</table>
</td>
</tr>