refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
This commit is contained in:
14
resources/views/dashboard/blank.blade.php
Normal file
14
resources/views/dashboard/blank.blade.php
Normal file
@@ -0,0 +1,14 @@
|
||||
@extends('layouts.skeleton')
|
||||
|
||||
@section('content')
|
||||
|
||||
<div class="mw6 center mt5 mt6-ns mb4 ph3 ph0-ns">
|
||||
<div class="tc mb5">
|
||||
<img src="img/dashboard/blank.svg">
|
||||
</div>
|
||||
<h2 class="f2 mb4 normal tc lh-title">{{ trans('dashboard.dashboard_blank_title') }}</h2>
|
||||
<p class="tc f4 mb4">{{ trans('dashboard.dashboard_blank_description') }}</p>
|
||||
<p class="tc mb5"><a href="{{ route('people.create') }}" id="button-add-contact" class="btn btn-primary pa4 f4">{{ trans('dashboard.dashboard_blank_cta') }}</a></p>
|
||||
</div>
|
||||
|
||||
@endsection
|
||||
Reference in New Issue
Block a user