summaryrefslogtreecommitdiffstats
path: root/templates/welcome_body.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/welcome_body.html')
-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>