mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05: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
11 lines
381 B
XML
11 lines
381 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 16px 24px">
|
|
{{.Props.SubTitle}}
|
|
</mj-text>
|
|
<mj-button href="{{.Props.ButtonURL}}" padding="0px" css-class="button">{{.Props.Button}}</mj-button>
|
|
</mj-column>
|
|
</mj-section>
|