summaryrefslogtreecommitdiffstats
path: root/api/templates
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-08-27 08:18:59 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-08-27 08:18:59 -0400
commit232fd59ef424017ae2c881d03a68707421eb74e5 (patch)
tree70ce6dd363e6f308d20bcc198020d9e7770fd072 /api/templates
parent378f0b52c10d3b9dc670da34a0043b7e05f3e93c (diff)
parent6ac39ef687238def1a7175e52bba67d388a70564 (diff)
downloadchat-232fd59ef424017ae2c881d03a68707421eb74e5.tar.gz
chat-232fd59ef424017ae2c881d03a68707421eb74e5.tar.bz2
chat-232fd59ef424017ae2c881d03a68707421eb74e5.zip
Merge pull request #470 from nickago/MM-1945
MM-1945 Added a link to error page that returns users to the root page
Diffstat (limited to 'api/templates')
-rw-r--r--api/templates/error.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/templates/error.html b/api/templates/error.html
index f38bb81a1..3474c9e1e 100644
--- a/api/templates/error.html
+++ b/api/templates/error.html
@@ -14,6 +14,7 @@
<div class="error__icon"><i class="fa fa-exclamation-triangle"></i></div>
<h2>{{ .SiteName }} needs your help:</h2>
<p>{{.Message}}</p>
+ <a href="{{.SiteURL}}">Go back to team site</a>
</div>
</div>
</body>