File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/templates/app/components Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ <h2 class="text-2xl font-bold text-white">Activity History</h2>
22
22
< li id ="history-{{ entry.id }} "
23
23
class ="bg-[#39404b] p-4 pt-3 rounded-lg group relative ">
24
24
< div class ="flex justify-between items-center mb-2 ">
25
- < span class ="text-sm text-gray-400 "> {{ entry.date|date:"Y-m-d" }}</ span >
25
+ < span class ="text-sm text-gray-400 "> {{ entry.date|date:"Y-m-d" }} {{ entry.date|time:"H:i" }}</ span >
26
+
26
27
< button class ="inline-flex items-center justify-center rounded-md h-8 w-8 text-gray-400 hover:text-red-400 hover:bg-red-400/10 opacity-0 group-hover:opacity-100 transition-opacity duration-200 focus:outline-none focus:ring-2 focus:ring-red-500 focus:ring-opacity-50 cursor-pointer "
27
28
hx-delete ="{% url 'delete_history_record' media_type entry.id %} "
28
29
hx-headers ='{"X-CSRFToken": "{{ csrf_token }}"} '
You can’t perform that action at this time.
0 commit comments