diff options
author | Corey Hulen <corey@hulen.com> | 2015-07-22 18:17:15 -0800 |
---|---|---|
committer | Corey Hulen <corey@hulen.com> | 2015-07-22 18:17:15 -0800 |
commit | 37c8193dceb37dc6bd2d38b50fdbe0b4647bff2f (patch) | |
tree | 5171e58aa21990f53db8a5cca393cfe47aa8f5ef /api/templates/post_body.html | |
parent | f4c3eaa8c091366a956fa2ab48124190f4f9082b (diff) | |
parent | 78e3cdefb94c0fe378e4046e79e27be3c7997cb5 (diff) | |
download | chat-37c8193dceb37dc6bd2d38b50fdbe0b4647bff2f.tar.gz chat-37c8193dceb37dc6bd2d38b50fdbe0b4647bff2f.tar.bz2 chat-37c8193dceb37dc6bd2d38b50fdbe0b4647bff2f.zip |
Merge pull request #240 from asaadmahmoodspin/master
Minor UI Improvements
Diffstat (limited to 'api/templates/post_body.html')
-rw-r--r-- | api/templates/post_body.html | 2 |
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> |