1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-01 16:04:37 +04:00
Files
tabler/pages/_includes/cards/activity.html
T
2019-10-27 13:09:59 +01:00

36 lines
1.0 KiB
HTML

<div class="card">
<div class="card-body d-flex flex-column">
<div class="d-flex align-items-center border-bottom pb-3 mb-3">
<div>
{% include ui/avatar.html person-id="3" class="mr-3"%}
</div>
<div class="text-muted">
<strong class="text-body">Martin</strong> completed the task <a href="#">Set up client chat channel</a>
<div class="font-weight-light">Just now</div>
</div>
</div>
<div class="d-flex align-items-center border-bottom pb-3 mb-3">
<div>
{% include ui/avatar.html person-id="31" class="mr-3"%}
</div>
<div class="text-muted">
<strong class="text-body">Pablo</strong> left the project
<div class="font-weight-light">Just now</div>
</div>
</div>
<div class="d-flex align-items-center">
<div>
{% include ui/avatar.html person-id="10" class="mr-3"%}
</div>
<div class="text-muted">
<strong class="text-body">Kate</strong> added the task <a href="#">Let's make Tabler awesome!</a>
<div class="font-weight-light">Just now</div>
</div>
</div>
</div>
</div>