mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 15:47:35 +00:00
Got rid of trash can icon per meeting
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
<p class="content">{{ event().content }}</p>
|
||||
<div class="action-icons">
|
||||
<button class="icon-btn" title="Edit">✎</button>
|
||||
<button class="icon-btn" title="Delete">🗑</button>
|
||||
<!-- <button class="icon-btn" title="Delete">🗑</button> -->
|
||||
</div>
|
||||
<span class="author">{{ event().createdByName }}</span>
|
||||
<span class="date">{{ event().createdAt | date:'MMM d, y' }}</span>
|
||||
|
||||
Reference in New Issue
Block a user