history button

This commit is contained in:
Corban-Lee Jones 2024-03-23 23:29:39 +00:00
parent 205b87cef0
commit 8b1b408e5f

View File

@ -243,12 +243,20 @@
</div>
</div>
<div class="peer">
<button class="sub-edit btn bg-body-tertiary waves-effect bd rounded-3 border-0">
<button type="button" class="btn bg-body-tertiary waves-effect bd rounded-3 border-0" onclick="alert('activity history not implemented')">
<i class="bi bi-clock-history"></i>
</button>
</div>
<div class="peer ms-3">
<div class="vr mx-0"></div>
</div>
<div class="peer ms-3">
<button type="button" class="sub-edit btn bg-body-tertiary waves-effect bd rounded-3 border-0">
<i class="bi bi-pencil"></i>
</button>
</div>
<div class="peer ms-3">
<button class="sub-delete btn bg-body-tertiary waves-effect bd rounded-3 border-0">
<button type="button" class="sub-delete btn bg-body-tertiary waves-effect bd rounded-3 border-0">
<i class="bi bi-trash3"></i>
</button>
</div>