summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-06-29 21:16:25 -0800
committerCorey Hulen <corey@hulen.com>2015-06-29 21:16:25 -0800
commit74081b7fdc89ae79dd6a8ee5e07739626950c731 (patch)
tree09a6bff43bb039f1b61c42d490b7b3b764ba9e29 /api
parent4d2ca8881bf1aac6bc393988901b4ef523a5ef14 (diff)
parent1e0161e4c6b3701b87c69cf94e631903772a2dea (diff)
downloadchat-74081b7fdc89ae79dd6a8ee5e07739626950c731.tar.gz
chat-74081b7fdc89ae79dd6a8ee5e07739626950c731.tar.bz2
chat-74081b7fdc89ae79dd6a8ee5e07739626950c731.zip
Merge pull request #100 from asaadmahmoodspin/master
MM-1268 - Updating button in email template
Diffstat (limited to 'api')
-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>