summaryrefslogtreecommitdiffstats
path: root/api/templates
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-23 00:54:40 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-23 00:54:40 +0500
commit14c1f2424de88545ec7e4386d53751cb3ec7d825 (patch)
tree400c515ec5dd2f2fc8e836ed9ad8fc23d2c82047 /api/templates
parentecdd160ec07aef5d309056a23eacf12c91a93193 (diff)
downloadchat-14c1f2424de88545ec7e4386d53751cb3ec7d825.tar.gz
chat-14c1f2424de88545ec7e4386d53751cb3ec7d825.tar.bz2
chat-14c1f2424de88545ec7e4386d53751cb3ec7d825.zip
Minor UI Improvements
Diffstat (limited to 'api/templates')
-rw-r--r--api/templates/post_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/templates/post_body.html b/api/templates/post_body.html
index 41a29d020..c0f4375d8 100644
--- a/api/templates/post_body.html
+++ b/api/templates/post_body.html
@@ -18,7 +18,7 @@
<tr>
<td style="border-bottom: 1px solid #ddd; padding: 0 0 20px;">
<h2 style="font-weight: normal; margin-top: 10px;">You were mentioned</h2>
- <p>CHANNEL: {{.Props.ChannelName}}<br>{{.Props.SenderName}} - {{.Props.Hour}}:{{.Props.Minute}} GMT, {{.Props.Month}} {{.Props.Day}}<br><pre style="text-align:left;font-family: 'Lato', sans-serif;">{{.Props.PostMessage}}</pre></p>
+ <p>CHANNEL: {{.Props.ChannelName}}<br>{{.Props.SenderName}} - {{.Props.Hour}}:{{.Props.Minute}} GMT, {{.Props.Month}} {{.Props.Day}}<br><pre style="text-align:left;font-family: 'Lato', sans-serif; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">{{.Props.PostMessage}}</pre></p>
<p style="margin: 20px 0 15px">
<a href="{{.Props.TeamLink}}" style="background: #2389D7; display: inline-block; border-radius: 3px; color: #fff; border: none; outline: none; min-width: 170px; padding: 15px 25px; font-size: 14px; font-family: inherit; cursor: pointer; -webkit-appearance: none;text-decoration: none;">Go To Channel</a>
</p>