summaryrefslogtreecommitdiffstats
path: root/api/templates
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-06-30 01:07:23 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-06-30 01:07:23 +0500
commit1e0161e4c6b3701b87c69cf94e631903772a2dea (patch)
tree21fa439556ab7fe3e6c167ec41076fedf52e86bd /api/templates
parent7f8c2a9c83477b886b365d3e6d0d040e7314dc18 (diff)
downloadchat-1e0161e4c6b3701b87c69cf94e631903772a2dea.tar.gz
chat-1e0161e4c6b3701b87c69cf94e631903772a2dea.tar.bz2
chat-1e0161e4c6b3701b87c69cf94e631903772a2dea.zip
MM-1268 - Updating button in email template
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 663ec66d2..069cdf1fb 100644
--- a/api/templates/post_body.html
+++ b/api/templates/post_body.html
@@ -20,7 +20,7 @@
<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 style="margin: 20px 0 15px">
- <a href="{{.Props.TeamLink}}" style="background: #2389D7; border-radius: 3px; color: #fff; border: none; outline: none; min-width: 200px; padding: 15px 25px; font-size: 14px; font-family: inherit; cursor: pointer; -webkit-appearance: none;text-decoration: none;">Go To Channel</a>
+ <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>
</td>
</tr>