summaryrefslogtreecommitdiffstats
path: root/api/templates
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-02-22 11:51:32 -0500
committerChristopher Speller <crspeller@gmail.com>2016-02-22 11:51:32 -0500
commitbc69f2aae0cdc030adbebadd51d388d35e63950f (patch)
tree61a495e2e74ecdc01d117262088cbc2747a2ee8a /api/templates
parent32ae72d91d31699899d5e2084cf7faa40c81e42c (diff)
parent70eee522978333174c9e51b0f7505413a9a2b66c (diff)
downloadchat-bc69f2aae0cdc030adbebadd51d388d35e63950f.tar.gz
chat-bc69f2aae0cdc030adbebadd51d388d35e63950f.tar.bz2
chat-bc69f2aae0cdc030adbebadd51d388d35e63950f.zip
Merge pull request #2211 from mattermost/asaadmahmoodspin-ui-improvements
Adding back button for login pages
Diffstat (limited to 'api/templates')
-rw-r--r--api/templates/error.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/templates/error.html b/api/templates/error.html
index 2b6211be2..2f588aead 100644
--- a/api/templates/error.html
+++ b/api/templates/error.html
@@ -1,7 +1,7 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
- <title>{{ .ClientCfg.SiteName }} - Error</title>
+ <title><span class='fa fa-chevron-left'></span>Back - Error</title>
<link rel="stylesheet" href="/static/css/bootstrap-3.3.5.min.css">
<link rel="stylesheet" href="/static/css/jasny-bootstrap.min.css" rel="stylesheet">