refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s

This commit is contained in:
Kroonk
2026-05-22 16:19:55 +02:00
parent 38cc4c09ca
commit a213a1dba0
2215 changed files with 242567 additions and 6015 deletions

View File

@@ -0,0 +1,11 @@
@if ($accountHasLimitations)
<div class="mb4">
<img src="img/people/upgrade_account.png">
<div class="pa3 br bl bb br2 b--black-10 br--bottom bg-white">
<p class="mb3">{{ trans('people.people_list_account_upgrade_title') }}</p>
<div class="tc">
<a href="{{ route('settings.subscriptions.index') }}" class="btn btn-secondary"> {{ trans('people.people_list_account_upgrade_cta') }}</a>
</div>
</div>
</div>
@endif