forked from mirrors/easyappointments
Add a back link to the webhooks page
This commit is contained in:
parent
dd08cbc882
commit
9727d22205
1 changed files with 5 additions and 0 deletions
|
@ -51,6 +51,11 @@
|
||||||
<?= lang('cancel') ?>
|
<?= lang('cancel') ?>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<a href="<?= site_url('integrations') ?>" class="btn btn-outline-primary ms-2">
|
||||||
|
<i class="fas fa-chevron-left me-2"></i>
|
||||||
|
<?= lang('back') ?>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h4 class="text-black-50 mb-3 fw-light">
|
<h4 class="text-black-50 mb-3 fw-light">
|
||||||
|
|
Loading…
Reference in a new issue