activity.html 1.0 KB
Newer Older
C
chomik 已提交
1 2 3 4 5 6 7 8 9


<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">
C
codecalm 已提交
10
				<strong class="text-body">Martin</strong> completed the task <a href="#">Set up client chat channel</a>
11
				<div class="font-weight-light">Just now</div>
C
chomik 已提交
12 13 14 15 16 17 18 19 20
			</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
21
				<div class="font-weight-light">Just now</div>
C
chomik 已提交
22 23 24 25 26 27 28 29
			</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">
C
codecalm 已提交
30
				<strong class="text-body">Kate</strong> added the task <a href="#">Let's make Tabler awesome!</a>
31
				<div class="font-weight-light">Just now</div>
C
chomik 已提交
32 33 34 35
			</div>
		</div>
	</div>
</div>