2022-01-13 16:16:13 +03:00
|
|
|
<div class="modal-content" data-test-modal="limits/custom-integration">
|
|
|
|
<header class="modal-header">
|
|
|
|
<h1>Upgrade to enable custom integrations</h1>
|
|
|
|
</header>
|
2022-02-02 19:09:43 +03:00
|
|
|
<button class="close" title="Close" type="button" {{on "click" @close}}>{{svg-jar "close"}}<span class="hidden">Close</span></button>
|
2022-01-13 16:16:13 +03:00
|
|
|
|
|
|
|
<div class="modal-body">
|
|
|
|
<p>
|
|
|
|
{{html-safe @data.message}}
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="modal-footer">
|
2022-02-02 19:09:43 +03:00
|
|
|
<button class="gh-btn" data-test-button="cancel-upgrade" type="button" {{on "click" @close}}>
|
2022-01-13 16:16:13 +03:00
|
|
|
<span>Cancel</span>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<LinkTo @route="pro" class="gh-btn gh-btn-green" {{on "click" @close}} data-test-button="upgrade-plan">
|
|
|
|
<span>Upgrade my plan</span>
|
|
|
|
</LinkTo>
|
|
|
|
</div>
|
|
|
|
</div>
|