mirror of
https://github.com/mattermost/mattermost.git
synced 2026-04-13 04:57:45 -04:00
Combines the following repositories into one: https://github.com/mattermost/mattermost-server https://github.com/mattermost/mattermost-webapp https://github.com/mattermost/focalboard https://github.com/mattermost/mattermost-plugin-playbooks
16 lines
No EOL
621 B
XML
16 lines
No EOL
621 B
XML
<mj-section padding="0px 24px 40px 24px">
|
|
<mj-column>
|
|
<mj-text css-class="title" padding="0px">
|
|
{{.Props.Title}}
|
|
</mj-text>
|
|
<mj-text css-class="subTitle" padding="16px 24px 0px 24px">
|
|
{{.Props.SubTitle1}}<a href="{{.Props.SiteURL}}">{{.Props.ServerURL}}</a>
|
|
</mj-text>
|
|
<mj-raw>{{if .Props.ButtonURL}}</mj-raw>
|
|
<mj-text css-class="subTitle" padding="0px 24px 16px 24px">
|
|
{{.Props.SubTitle2}}
|
|
</mj-text>
|
|
<mj-button href="{{.Props.ButtonURL}}" padding="0px" css-class="button">{{.Props.Button}}</mj-button>
|
|
<mj-raw>{{end}}</mj-raw>
|
|
</mj-column>
|
|
</mj-section> |