forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-31 11:32:08 -06:00
parent 558c928af5
commit b83578956c
1 changed files with 6 additions and 1 deletions

View File

@ -15,7 +15,12 @@
</div>
</div>
<hr class="mt-6 mb-5 h-0.5 border-b border-gray-300 dark:border-gray-900 shadow-inset-t-white-05"/>
<h2 class="ml-2 font-bold text-lg font-heading leading-normal mb-2">Recent Mod Activity</h2>
<div class="flex justify-between ml-2 mb-2">
<h2 class="font-bold text-lg font-heading leading-normal mb-0">Recent Mod Activity</h2>
<a href="/log" class="text-sm text-primary hover:underline">
View all activity
</a>
</div>
{% if actions %}
<ul class="flex flex-col divide-y divide-gray-300 dark:divide-gray-700 space-y-2.5 mb-0 list-none">
{% for ma in actions %}