mirror of
https://github.com/tabler/tabler.git
synced 2026-01-25 04:16:36 +00:00
13 lines
435 B
HTML
13 lines
435 B
HTML
<div class="card card-lg card-dashed card-transparent">
|
|
<div class="card-body text-center">
|
|
<div class="mb-3">
|
|
{% include "ui/avatar-list.html" stacked %}
|
|
</div>
|
|
<h3 class="card-title">No Team Members</h3>
|
|
<p class="text-secondary">Invite your team to<br>collaborate on this project.</p>
|
|
<div class="mt-4">
|
|
{% include "ui/button.html" text="Invite Members" color="primary" icon="plus" %}
|
|
</div>
|
|
</div>
|
|
</div>
|